Skip to content

Commit

Permalink
Reverted unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsantos-gpa committed Oct 7, 2024
1 parent ba438d0 commit cec0a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Applications/MiMD/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-redux": "8.0.2"
},
"scripts": {
"build": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && webpack --mode=development",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && npm ci && webpack --mode=development",
"builddebug": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=none",
"buildrelease": "set NODE_OPTIONS=--openssl-legacy-provider && npm prune && npm ci && webpack --mode=production",
"watch": "webpack --watch --color --mode=development",
Expand Down

0 comments on commit cec0a58

Please sign in to comment.