Skip to content

Commit

Permalink
Removing node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jun 4, 2022
1 parent b07c70f commit ac79a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cd client
npm install
npm run start
rm -rf node_modules/
rm -r node_modules/
cd ..
cd ..
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit ac79a0d

Please sign in to comment.