Skip to content

Commit

Permalink
Re-compile webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 19, 2024
1 parent b826c9d commit 1bbb17e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' rm -r node_modules package-lock.json && npm install && npm run build'
exit 1
fi
clippy:
Expand Down
Loading

0 comments on commit 1bbb17e

Please sign in to comment.