Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
himharsh1997 committed Aug 18, 2024
1 parent 89d756e commit d82673f
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 @@ -6,6 +6,7 @@
"scripts": {
"test": "mocha --recursive '**/*.spec.js'",
"local": "rm -rf dist && npx tsc && nodemon --watch './**/*.ts' --exec 'ts-node' src/app.ts",
"build": "rm -rf dist && npx tsc",
"lint": "npx eslint . --ext .ts",
"lintFix": "eslint --fix",
"prepare": "husky install .husky"
Expand Down

0 comments on commit d82673f

Please sign in to comment.