+1
-2
@@ -24,11 +24,10 @@
|
||||
"check": "npm run build && npm run lint && npm run format:check && npm run version:check && npm run text:check",
|
||||
"fix": "npm run version:place && npm run lint:fix && npm run text:fix && npm run format",
|
||||
"------ BUILD": "",
|
||||
"clean": "del-cli dist",
|
||||
"generate:static-files": "node scripts/generate-static-files.cjs",
|
||||
"generate:assets": "npm run generate:static-files",
|
||||
"compress:assets": "node scripts/compress-assets.cjs",
|
||||
"build": "npm run clean && npm run generate:assets && ng build --configuration production && npm run compress:assets && node scripts/copy-static-root-files.cjs",
|
||||
"build": "npm run generate:assets && ng build --configuration production && npm run compress:assets && node scripts/copy-static-root-files.cjs",
|
||||
"------ STARTUP": "",
|
||||
"test": "ng test",
|
||||
"dev": "npm run generate:assets && ng serve",
|
||||
|
||||
Reference in New Issue
Block a user