Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Apr 16, 2024
1 parent 0e6c5d2 commit 2903192
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 2903192

Please sign in to comment.