Skip to content

Commit

Permalink
Update builds to use package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
prestoncraw authored and clackner-gpa committed Jul 12, 2024
1 parent f103844 commit 9e56c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSEE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typestyle": "2.0.1"
},
"scripts": {
"build": "npm prune && npm install && webpack --mode=development",
"build": "npm prune && npm ci && webpack --mode=development",
"watch": "webpack --watch --color --mode=development",
"update": "npx npm-check-updates"
}
Expand Down

0 comments on commit 9e56c57

Please sign in to comment.