Skip to content

Commit

Permalink
Fix jsii build
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Jan 1, 2023
1 parent cdebb09 commit 633de4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jsii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
#

# JSII does not work well with monorepos
- name: Move root NPM modules out of the way
run: mv node_modules node_modules_hide
# - name: Move root NPM modules out of the way
# run: mv node_modules node_modules_hide
- name: Move root package-lock.json out of the way
run: |
mv package-lock.json package-lock.json_hide
Expand All @@ -54,8 +54,8 @@ jobs:
run: |
npm run build:jsii-all
- name: Move root NPM modules back
run: mv node_modules_hide node_modules
# - name: Move root NPM modules back
# run: mv node_modules_hide node_modules
- name: Move root package-lock.json back
run: |
mv package-lock.json_hide package-lock.json
Expand Down

0 comments on commit 633de4a

Please sign in to comment.