Skip to content

Commit

Permalink
fix: dev for external jobs import
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Feb 29, 2024
1 parent 40a3fa8 commit 1b53c1c
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 @@ -68,7 +68,7 @@
},
"scripts": {
"start": "node lib/start.cjs",
"dev": "cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts",
"dev": "cross-env NODE_ENV=development node lib/start.cjs",
"test": "npm run lint && c8 --reporter=text npm run mocha",
"test-debug": "npm run mochadebug",
"lint": "eslint src --ext .ts",
Expand Down

0 comments on commit 1b53c1c

Please sign in to comment.