remove typo

This commit is contained in:
Eugenio Romano 2018-08-10 13:42:49 +01:00
parent 128c431bf0
commit 6cb1d2be5c

View File

@ -24,7 +24,7 @@
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
"webpack-bundle-analyzer": "webpack-bundle-analyzer demo-shell/dist/stats.json",
"test": "npm run validate-config && ng test dev --watch=false",
"e2e": "ng e2e dsemo-shell-e2e",
"e2e": "ng e2e demo-shell-e2e",
"e2e-lib": "ng e2e lib-e2e --port=4200 ",
"server-versions": "rimraf ./demo-shell/src/versions.json && npm list --depth=0 --json=true --prod=true > ./demo-shell/src/versions.json || exit 0",
"clean": "rimraf dist ./node_modules typings",