Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 15, 2024
1 parent 2c8da7c commit e6d5863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"start": "ts-node src/index",
"build": "tsc --build",
"watch": "tsc --watch",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
"lint": "eslint . --ext .js,.ts --fix --ignore-path .gitignore"
Expand Down

0 comments on commit e6d5863

Please sign in to comment.