reinstated other tests

This commit is contained in:
lotte
2020-04-23 14:30:46 +02:00
parent 0f43ff4fea
commit 7ec7d3a455

View File

@@ -29,7 +29,7 @@
"e2e:ci": "ng e2e --protractor-config=./e2e/protractor-ci.conf.js",
"compile:server": "webpack --config webpack.server.config.js --progress --colors",
"serve:ssr": "node dist/server",
"ci": "yarn run e2e:ci",
"ci": "ng lint && yarn run build:prod && yarn test:headless && yarn run e2e:ci",
"clean:coverage": "rimraf coverage",
"clean:dist": "rimraf dist",
"clean:doc": "rimraf doc",