Skip to content

Commit

Permalink
dev: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JothamWong committed Apr 3, 2024
1 parent 5f26ebc commit bd7a302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
"ooga": "node ./dist/vm/oogavm-machine.js booga.bm",
"booga": "yarn compile && yarn ooga",
"test": "yarn build && node ./dist/tests/test.js",
"tooga": "yarn build && yarn test",
"tooga": "export DEBUG=* && yarn build && yarn test",
"pooga": "yarn peggy && yarn build",
"server": "node ./dist/server/server.js",
"format": "npx prettier --write ./src/"
},
"devDependencies": {
"typescript": "^5.4.3",
"@types/debug": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
Expand Down

0 comments on commit bd7a302

Please sign in to comment.