mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
start dist command
This commit is contained in:
parent
5baa124699
commit
25d95cf28d
@ -6,6 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "npm install rimraf && rimraf dist node_modules typings dist",
|
"clean": "npm install rimraf && rimraf dist node_modules typings dist",
|
||||||
"start": "webpack-dev-server --inline --progress --port 3000",
|
"start": "webpack-dev-server --inline --progress --port 3000",
|
||||||
|
"start:dist": "wsrv -s dist/ -p 3000 -a 0.0.0.0",
|
||||||
"test": "karma start",
|
"test": "karma start",
|
||||||
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
||||||
"aws": "node app.js",
|
"aws": "node app.js",
|
||||||
@ -125,7 +126,8 @@
|
|||||||
"source-map-loader": "^0.1.5",
|
"source-map-loader": "^0.1.5",
|
||||||
"script-loader": "^0.7.0",
|
"script-loader": "^0.7.0",
|
||||||
"copy-webpack-plugin": "^4.0.1",
|
"copy-webpack-plugin": "^4.0.1",
|
||||||
"glob": "^7.1.1"
|
"glob": "^7.1.1",
|
||||||
|
"wsrv": "^0.1.6"
|
||||||
},
|
},
|
||||||
"license-check-config": {
|
"license-check-config": {
|
||||||
"src": [
|
"src": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user