Skip to content

Commit

Permalink
fix script package
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent 9b8ea49 commit 528a644
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 @@ -13,7 +13,7 @@
"build": "babel src --out-dir lib --ignore spec.js,test.js",
"build:dev": "babel -w src --out-dir lib --ignore spec.js,test.js",
"format": "prettier --single-quote --trailing-comma all --tab-width 2 --bracket-spacing true --print-width 100 --write 'src/**/*.js'",
"test": "npm run lint && npm run test:all",
"test": "npm run format && npm run test:all",
"test:all": "jest",
"test:dev": "jest --watch",
"prebuild": "rimraf lib",
Expand Down

0 comments on commit 528a644

Please sign in to comment.