Skip to content

Commit 62ed009

Browse files
committed
feat(build): add Build Demo site to CircleCI task
1 parent 677bd86 commit 62ed009

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.circleci/config.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
command: |
4848
cd test/cypress
4949
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-
# path: reports/junit
50+
- run:
51+
name: Build Demo Site
52+
command: yarn run ng:build

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "MIT",
1313
"scripts": {
1414
"ng": "ng",
15+
"ng:build": "ng build",
1516
"start": "ng serve --port 4300 --open",
1617
"prebuild": "npm-run-all delete:dist test:coverage",
1718
"build": "npm run packagr",

0 commit comments

Comments
 (0)