Skip to content
Snippets Groups Projects
Commit f90456b4 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

added npm install to build-script

parent 8d6b2f9a
Branches
Tags
No related merge requests found
Pipeline #27 failed with stages
in 22 seconds
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"test-inspect": "mocha --inspect-brk=0.0.0.0:9229", "test-inspect": "mocha --inspect-brk=0.0.0.0:9229",
"test-watch": "tsc-watch --sourceMap --onSuccess 'nyc mocha'", "test-watch": "tsc-watch --sourceMap --onSuccess 'nyc mocha'",
"ci": "nyc mocha --timeout=10000", "ci": "nyc mocha --timeout=10000",
"build": "rm -rf lib test public && tsc && webpack --config webpack.prod.js", "build": "rm -rf lib test public && npm install && tsc && webpack --config webpack.prod.js",
"nyc": "nyc" "nyc": "nyc"
}, },
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", "author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment