Skip to content

Commit 319338d

Browse files
committed
Fix run start command
1 parent 475a26c commit 319338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"precommit": "npm run lint",
3838
"lint": "eslint *.js",
3939
"semantic-release": "semantic-release",
40-
"start": "yarn run test:watch",
40+
"start": "yarn run test-watch",
4141
"test": "jest",
4242
"test-watch": "jest --watchAll"
4343
},

0 commit comments

Comments
 (0)