Skip to content

Commit

Permalink
dev: rename helper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Jan 16, 2024
1 parent f3c4650 commit 1519cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"main": "index.mjs",
"type": "module",
"scripts": {
"now": "node index.mjs",
"built": "cd work ; npm run start",
"dev": "node index.mjs",
"serve": "cd work ; npm run start",
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest",
"test-comment": "https://github.com/jestjs/jest/issues/9430#issuecomment-1854016938"
},
Expand Down

0 comments on commit 1519cbd

Please sign in to comment.