There was a problem fetching the pipeline stages.
added npm install to build-script
parent
8d6b2f9a
Branches
Tags
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>", | ||
... | ... |
Please register or sign in to comment