aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-05-30 23:16:49 +0800
committercrupest <crupest@outlook.com>2020-05-30 23:16:49 +0800
commit2ffc07756ca7d50533e90fdac37d62a6c33a8a00 (patch)
tree88d142853805b6b5a0230164f19ae35e425ea559 /Timeline/ClientApp/package.json
parent68ca8b0976efe90c0c40bcae69f0825671b98bad (diff)
downloadtimeline-2ffc07756ca7d50533e90fdac37d62a6c33a8a00.tar.gz
timeline-2ffc07756ca7d50533e90fdac37d62a6c33a8a00.tar.bz2
timeline-2ffc07756ca7d50533e90fdac37d62a6c33a8a00.zip
Just get everything works!
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r--Timeline/ClientApp/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json
index 2c9f682d..11130ccb 100644
--- a/Timeline/ClientApp/package.json
+++ b/Timeline/ClientApp/package.json
@@ -27,7 +27,6 @@
},
"scripts": {
"start": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack-dev-server --config ./webpack.config.dev.ts",
- "start-prod": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --config ./webpack.config.prod.dev.ts && http-server dist -p 3000",
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --config ./webpack.config.prod.ts",
"lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx"
},