We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677bd86 commit 62ed009Copy full SHA for 62ed009
.circleci/config.yml
@@ -47,10 +47,6 @@ jobs:
47
command: |
48
cd test/cypress
49
yarn cypress:ci:mochawesome
50
- # - run:
51
- # name: Build Demo Site
52
- # command: NODE_ENV=production npx ng build --prod
53
- # - store_test_results:
54
- # path: reports/junit
55
- # - store_artifacts:
56
+ - run:
+ name: Build Demo Site
+ command: yarn run ng:build
package.json
@@ -12,6 +12,7 @@
12
"license": "MIT",
13
"scripts": {
14
"ng": "ng",
15
+ "ng:build": "ng build",
16
"start": "ng serve --port 4300 --open",
17
"prebuild": "npm-run-all delete:dist test:coverage",
18
"build": "npm run packagr",
0 commit comments