Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Sep 18, 2021
1 parent 0719a34 commit 3afdef2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ jobs:

- name: Install Node Modules
run: npm ci


# 2021-09-18 - This was fancy... but not fancy enough
# This will allow us to just build all TypeScript without having to exclude the CDK dir
- name: Spoof the JSII tsconfig.json
run: cp ./src/microapps-cdk/tsconfig.eslint.json ./src/microapps-cdk/tsconfig.json
# - name: Spoof the JSII tsconfig.json
# run: cp ./src/microapps-cdk/tsconfig.eslint.json ./src/microapps-cdk/tsconfig.json

- name: Build All TypeScript
run: npm run build
# run: npm run build:publish --if-present
run: npm run build:publish --if-present

- name: Run Lint
run: npm run lint
Expand All @@ -170,8 +170,8 @@ jobs:
#
# Release Assets
#
release-cdk-construct:
name: Release CDK Constructs
release-assets:
name: Release Assets
needs: [ build-cdk-construct, build-publish-tool ]
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 3afdef2

Please sign in to comment.