mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Change build directory
This commit is contained in:
+4
-5
@@ -18,7 +18,6 @@
|
||||
"ts-cov": "npm run ts -- --target es5",
|
||||
"ts-cov-watch": "npm run ts -- --target es5 --watch",
|
||||
"webpack-prod": "node --max_old_space_size=8192 node_modules/webpack-cli/bin/cli --config webpack.prod.mjs --progress --color",
|
||||
"webpack-prod-parallel": "node --max_old_space_size=8192 node_modules/parallel-webpack/bin/run --config webpack.prod.mjs --progress --color",
|
||||
"webpack-main": "npm run webpack-prod -- --env.main",
|
||||
"webpack-analyze": "npm run webpack-prod -- --env.analyze",
|
||||
"webpack-debug": "npm run webpack-prod -- --env.debug",
|
||||
@@ -27,19 +26,19 @@
|
||||
"webpack-verbose": "npm run webpack-prod -- --verbose",
|
||||
"wds": "webpack-dev-server --config webpack.dev.js --progress --color --port 8091",
|
||||
"build": "gulp build",
|
||||
"build-sprites": "gulp sprites && npm run build",
|
||||
"build-sprites": "npm run ts-tools && gulp sprites && npm run build",
|
||||
"build-beta": "npm run build -- --beta --tools",
|
||||
"build-fast": "npm run build -- --parallel",
|
||||
"build-maps": "npm run build -- --maps",
|
||||
"build-tools": "npm run build -- --tools",
|
||||
"build-debug": "npm run build -- --debug",
|
||||
"test": "npm run ts && npm run test-js",
|
||||
"test-js": "mocha \"src/scripts/tests/**/*.spec.js\" -R progress --exit",
|
||||
"test-js": "mocha \"dist/node/tests/**/*.spec.js\" -R progress --exit",
|
||||
"test-watch": "npm run test-js -- --watch",
|
||||
"test-ts": "node --max-old-space-size=8192 ./node_modules/mocha/bin/mocha \"src/ts/tests/**/*.spec.ts\" -r ts-node/register -R progress --exit",
|
||||
"test-ts-watch": "npm run test -- --watch --watch-extensions ts",
|
||||
"check-code": "node ./src/scripts/experiments/checkCode.js",
|
||||
"test-inspect": "mocha \"src/scripts/tests/**/*.spec.js\" -R progress --inspect --exit --watch",
|
||||
"check-code": "node ./dist/node/experiments/checkCode.js",
|
||||
"test-inspect": "mocha \"dist/node/tests/**/*.spec.js\" -R progress --inspect --exit --watch",
|
||||
"update-angular": "npm update @angular/common @angular/compiler @angular/core @angular/forms @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/animations @angular/compiler-cli @angular/platform-server @angular/cdk --save",
|
||||
"latest-angular": "npm i @angular/common@latest @angular/compiler@latest @angular/core@latest @angular/forms@latest @angular/platform-browser@latest @angular/platform-browser-dynamic@latest @angular/router@latest @angular/animations@latest @angular/compiler-cli@latest @angular/platform-server@latest @angular/cdk@latest --save",
|
||||
"update-fontawesome": "npm update @fortawesome/fontawesome-svg-core @fortawesome/free-brands-svg-icons @fortawesome/free-solid-svg-icons @fortawesome/angular-fontawesome --save"
|
||||
|
||||
Reference in New Issue
Block a user