Skip to content

Commit

Permalink
test: run cypress on local configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Feb 3, 2021
1 parent 136ff46 commit 0dda85d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: node schematics/customization/service-worker false

- name: Build SSR
run: npm run build
run: |
node scripts/init-local-environment -f
npm run build:local
- name: Upload Build Output
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"synchronize-lazy-components": "ng g lazy-components",
"build:watch": "ng build --aot --watch",
"build": "ng build -c production && ng run intershop-pwa:server:production --bundleDependencies",
"build:local": "ng build -c local && ng run intershop-pwa:server:local --bundleDependencies",
"analyze": "ng build --prod --stats-json && npx webpack-bundle-analyzer --host 0.0.0.0 dist/browser/stats.json dist/browser",
"serve": "node dist/server/main.js",
"start": "npm run build && npm run serve",
Expand Down

0 comments on commit 0dda85d

Please sign in to comment.