Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
all: enforce prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 12, 2017
1 parent 5b1b4b9 commit abd3a21
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 @@ -16,7 +16,7 @@
"build": "node scripts/rollup/build.js",
"build-all": "NODE_ENV=PROD node scripts/rollup/build.js",
"prepublishOnly": "yarn test && yarn build-all",
"test": "yarn flow && yarn jest",
"test": "node ./scripts/prettier/index && yarn flow && yarn jest",
"jest": "jest",
"jest-watch": "jest --watch",
"flow": "flow",
Expand Down

0 comments on commit abd3a21

Please sign in to comment.