Switch start script to use /bin
This commit is contained in:
parent
cd1671fa20
commit
dd9baffb8d
|
|
@ -7,7 +7,7 @@
|
||||||
"lint:js": "eslint 'src/**/*'",
|
"lint:js": "eslint 'src/**/*'",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"start": "ts-node src/index.ts",
|
"start": "node bin/make-workout.js",
|
||||||
"format:js": "prettier --write src/",
|
"format:js": "prettier --write src/",
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue