Skip to content

Commit

Permalink
Maybe fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Jan 1, 2023
1 parent 633de4a commit c02e327
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,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 @@ -122,6 +122,8 @@ jobs:
npm run build:jsii-docgen
npm run build:jsii-pacmak
- 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 c02e327

Please sign in to comment.