Skip to content

Commit

Permalink
Fix run start command
Browse files Browse the repository at this point in the history
  • Loading branch information
mRoca committed Feb 4, 2020
1 parent 475a26c commit 319338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"precommit": "npm run lint",
"lint": "eslint *.js",
"semantic-release": "semantic-release",
"start": "yarn run test:watch",
"start": "yarn run test-watch",
"test": "jest",
"test-watch": "jest --watchAll"
},
Expand Down

0 comments on commit 319338d

Please sign in to comment.