|
@@ -11,6 +11,7 @@
|
|
"devServer": "webpack-dev-server --config webpack.server.dev.config.js",
|
|
"devServer": "webpack-dev-server --config webpack.server.dev.config.js",
|
|
"tsc": "tsc --incremental",
|
|
"tsc": "tsc --incremental",
|
|
"build": "webpack --config ./webpack.config.js",
|
|
"build": "webpack --config ./webpack.config.js",
|
|
|
|
+ "buildTm": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && webpack --config ./webpack.tm-saguaro.config.js",
|
|
"buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build && npm run buildDoc",
|
|
"buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build && npm run buildDoc",
|
|
"buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build",
|
|
"buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build",
|
|
"cpStyles": "ncp src/styles lib/styles",
|
|
"cpStyles": "ncp src/styles lib/styles",
|