Skip to content

Commit

Permalink
chore(debian-packaging): use npm ci instead of install
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Fernández <[email protected]>
  • Loading branch information
joshuaboniface and ferferga committed Jan 15, 2023
1 parent 82a81f9 commit fe494b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ override_dh_auto_test:
override_dh_clistrip:

override_dh_auto_build:
npm install
npm ci --no-audit
npm run build
mv $(CURDIR)/frontend/dist $(CURDIR)/vue

Expand Down

0 comments on commit fe494b4

Please sign in to comment.