Skip to content

Commit

Permalink
Merge pull request #2 from benhalverson/testing
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
benhalverson authored Apr 16, 2024
2 parents 0e6c5d2 + 2903192 commit 747652b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ci": "ng build",
"build": "ng build && npm run process",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"serve:ssr:benhalverson": "node dist/benhalverson/server/server.mjs",
"process": "node ./tools/copy-files.mjs && node ./tools/alter-polyfills.mjs",
"deploy": "npm run build && wrangler pages deploy dist/cloudflare"
Expand Down

0 comments on commit 747652b

Please sign in to comment.