Skip to content

Commit

Permalink
Build should emit!
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopdave committed Sep 1, 2024
1 parent 23e8a9a commit f7db73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"scripts": {
"start": "yarn build && node --experimental-modules src/index.js",
"build": "tsc --noEmit",
"build": "tsc",
"test": "yarn build && NODE_OPTIONS=\"--experimental-vm-modules --input-type module\" npx jest --detectOpenHandles",
"clean": "rm -rf src/*.js src/*/*.js",
"nuke": "rm -rf node_modules/*"
Expand Down

0 comments on commit f7db73d

Please sign in to comment.