UNPKG

@armor/create-armor-ui

Version:

A cli tool for generating Armor UI apps.

18 lines (17 loc) 874 B
{ "build": "ng build", "e2e:serve": "ng serve -c=e2e --port 9900", "e2e:test": "ng e2e -c=e2e --serve=false", "e2e:test:suite": "ng e2e -c=e2e --suite", "cert": "ng serve --hmr -c=cert --open", "dev": "ng serve --hmr -c=dev --open", "prod": "ng serve --hmr -c=prod --open", "lint": "npm run lint:ts && npm run lint:sass", "lint:ts": "rimraf src/sandboxes.ts && tslint -s node_modules/custom-tslint-formatters/formatters -t grouped --project tsconfig.json 'src/**/*.ts'", "lint:ts:fix": "tslint -s node_modules/custom-tslint-formatters/formatters -t grouped --project tsconfig.json 'src/**/*.ts' --fix", "lint:ts:vscode": "tslint -s node_modules/custom-tslint-formatters/formatters -t vscode --project tsconfig.json 'src/**/*.ts'", "lint:sass": "sass-lint -v -i node_modules/*", "ng": "ng", "start": "ng serve --hmr --open", "test": "ng test" }