Skip to content

Commit

Permalink
Change test command in package.json
Browse files Browse the repository at this point in the history
Remove last mention of vue-cli
  • Loading branch information
gbirke committed Mar 26, 2021
1 parent 2946826 commit 57f94b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"serve": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack serve",
"test:unit": "vue-cli-service test:unit",
"test:unit": "jest",
"lint": "eslint --ext .ts src/",
"ci": "npm run lint && npm run test:unit"
},
Expand Down

0 comments on commit 57f94b3

Please sign in to comment.