Skip to content

Commit

Permalink
Tweak npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Nov 25, 2016
1 parent 4d3fc9c commit a9ba8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"lint": "eslint --fix \"@(src|test|scripts|example)/**/*.@(js|vue)\"",
"testem": "testem",
"testem:ci": "testem ci --launch PhantomJS",
"test": "run-s test:*",
"test": "run-s lint flow test:*",
"test:unit": "run-s build:test testem:ci",
"test:e2e": "npm run build:cjs && node test/e2e/runner.js",
"release": "run-s lint flow test clean build"
"release": "run-s test clean build"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
Expand Down

0 comments on commit a9ba8ab

Please sign in to comment.