Skip to content

Commit

Permalink
build: update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Apr 17, 2022
1 parent a3bff96 commit 09c2241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"----UTIL": "",
"prepare": "git config --local core.hooksPath .githooks",
"setup": "npm ci --also=dev",
"setup": "npm ci --prefer-offline --no-audit --progress=false",
"update": "ncu --interactive",
"postupdate": "npm audit fix",
"format": "prettier --write --prose-wrap=always . && eslint --fix .",
Expand Down

0 comments on commit 09c2241

Please sign in to comment.