alias compile
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"serve": "webpack-dev-server --output-public-path=dist --history-api-fallback",
|
"serve": "webpack-dev-server --output-public-path=dist --history-api-fallback",
|
||||||
"build": "npm run lint && webpack --optimize-minimize",
|
"build": "npm run lint && webpack --optimize-minimize",
|
||||||
|
"compile": "npm run build",
|
||||||
"lint": "tslint --project ./tslint.json src/**/*.ts src/**/*.tsx"
|
"lint": "tslint --project ./tslint.json src/**/*.ts src/**/*.tsx"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user