UNPKG

877 BJSONView Raw
1{
2 "build": "ng build",
3 "e2e:serve": "ng serve -c=e2e --port 9900",
4 "e2e:test": "ng e2e -c=e2e --serve=false",
5 "e2e:test:suite": "ng e2e -c=e2e --suite",
6 "cert": "ng serve --hmr -c=cert --open",
7 "dev": "ng serve --hmr -c=dev --open",
8 "prod": "ng serve --hmr -c=devProd --open",
9 "lint": "npm run lint:ts && npm run lint:sass",
10 "lint:ts": "rimraf src/sandboxes.ts && tslint -s node_modules/custom-tslint-formatters/formatters -t grouped --project tsconfig.json 'src/**/*.ts'",
11 "lint:ts:fix": "tslint -s node_modules/custom-tslint-formatters/formatters -t grouped --project tsconfig.json 'src/**/*.ts' --fix",
12 "lint:ts:vscode": "tslint -s node_modules/custom-tslint-formatters/formatters -t vscode --project tsconfig.json 'src/**/*.ts'",
13 "lint:sass": "sass-lint -v -i node_modules/*",
14 "ng": "ng",
15 "start": "ng serve --hmr --open",
16 "test": "ng test"
17}