fix(tables): fix #704

This commit is contained in:
Alexander Zhukov 2017-02-11 09:48:20 +03:00
parent c85eae7e4b
commit 0fbad7ef9e
8 changed files with 2 additions and 16 deletions

View file

@ -167,14 +167,7 @@
"electron:start": "electron build",
"build:aot:prod": "npm run clean:dist && npm run clean:aot && webpack --config config/webpack.prod.js --progress --profile --bail",
"build:aot": "npm run build:aot:prod",
"ci:aot": "npm run lint && npm run test && npm run build:aot && npm run e2e",
"ci:jit": "npm run lint && npm run test && npm run build:prod && npm run e2e",
"ci:nobuild": "npm run lint && npm test && npm run e2e",
"ci:testall": "npm run lint && npm run test && npm run build:prod && npm run e2e && npm run build:aot && npm run e2e",
"ci": "npm run ci:testall",
"clean:aot": "npm run rimraf -- compiled",
"e2e": "npm-run-all -p -r server:prod:ci e2e:only",
"e2e:only": "npm run protractor"
"clean:aot": "npm run rimraf -- compiled"
},
"repository": {
"type": "git",