Do not run tests in dist/ dir
This commit is contained in:
parent
1df9f8e1d7
commit
208c160501
|
|
@ -5,8 +5,8 @@
|
|||
"scripts": {
|
||||
"lint:ts": "tsc --noEmit",
|
||||
"lint:js": "eslint 'src/**/*'",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test": "jest src/ test/",
|
||||
"test:watch": "jest src/ test/ --watch",
|
||||
"start": "node bin/make-workout.js",
|
||||
"format:js": "prettier --write src/",
|
||||
"build": "tsc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue