Skip to content

Commit

Permalink
chore: fix start command
Browse files Browse the repository at this point in the history
Fix run start command
  • Loading branch information
chrisbreiding committed Feb 5, 2020
2 parents 3eb3d2e + 319338d commit 8f2c44a
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 8f2c44a

Please sign in to comment.