Skip to content

Commit

Permalink
clean-install
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 20, 2024
1 parent 93dd7fe commit 436b96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install
run: npm clean-install

- uses: ilyagr/tauri-action@patch-1
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 21

- name: install frontend dependencies
run: npm install
run: npm clean-install

- name: build
run: npm run build
Expand All @@ -46,7 +46,7 @@ jobs:
echo
echo 'Updates to the webapp were not bundled to webapp/dist/.'
echo 'Please run:'
echo ' rm -r node_modules package-lock.json && npm install && npm run build'
echo ' npm clean-install && npm run build'
exit 1
fi
clippy:
Expand Down

0 comments on commit 436b96c

Please sign in to comment.