Skip to content

Commit

Permalink
hop
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 10, 2024
1 parent ab51626 commit e201e9c
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 @@ -14,7 +14,7 @@
"test": "jest --forceExit --detectOpenHandles --no-cache",
"test:watch": "jest --forceExit --detectOpenHandles --no-cache --watchAll",
"dev": "ts-node-dev --transpile-only ./src/index.ts",
"prod": "tsc && node ./build/src/index.js",
"prod": "node ./build/src/index.js",
"debug": "tsc && node --inspect ./build/src/index.js",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
Expand Down

0 comments on commit e201e9c

Please sign in to comment.