Skip to content

Commit

Permalink
feat(build): add Build Demo site to CircleCI task
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Nov 29, 2019
1 parent 677bd86 commit 62ed009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
command: |
cd test/cypress
yarn cypress:ci:mochawesome
# - run:
# name: Build Demo Site
# command: NODE_ENV=production npx ng build --prod
# - store_test_results:
# path: reports/junit
# - store_artifacts:
# path: reports/junit
- run:
name: Build Demo Site
command: yarn run ng:build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"ng:build": "ng build",
"start": "ng serve --port 4300 --open",
"prebuild": "npm-run-all delete:dist test:coverage",
"build": "npm run packagr",
Expand Down

0 comments on commit 62ed009

Please sign in to comment.