diff --git a/.circleci/config.yml b/.circleci/config.yml index f071d6055..34faae3de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package.json b/package.json index 5a2841495..6e4de886d 100644 --- a/package.json +++ b/package.json @@ -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",