Skip to content

Commit

Permalink
simpler test command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Sep 27, 2020
1 parent 43ee788 commit 57076bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-freezeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-freezeframe src/lib.ts && npm run build-demo",
"build-demo": "vue-cli-service build --dest demo && ./demo.sh",
"test:unit": "vue-cli-service test:unit",
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint --fix"
},
"dependencies": {
Expand Down

0 comments on commit 57076bb

Please sign in to comment.