Skip to content

Commit

Permalink
gh-pages workflow: stop removing the parent node_modules (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Mar 29, 2021
1 parent 527a724 commit 1076f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: yarn install --immutable && yarn build

- name: Build demo/
run: cd demo && yarn install --immutable && rm -rf ./node_modules/use-nft/node_modules && yarn build
run: cd demo && yarn install --immutable && yarn build

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 1076f24

Please sign in to comment.