Skip to content

Commit

Permalink
🔧 Add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Sep 8, 2018
1 parent 2129cbd commit caa769f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"dev": "vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"test": "npm run lint"
},
"dependencies": {
"buefy": "^0.6.7",
Expand Down

0 comments on commit caa769f

Please sign in to comment.