Skip to content

Commit

Permalink
Better prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Jan 3, 2020
1 parent 7dab644 commit 070eab5
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 @@ -33,7 +33,7 @@
"test:coverage": "jest test --env node --coverage --coverageDirectory ./reports src",
"compile": "babel src --out-dir dist",
"build": "npm-run-all --parallel flow lint:check test --sequential compile",
"prepublishOnly": "yarn clean && yarn build"
"prepublishOnly": "run-s clean build"
},
"peerDependencies": {
"relay-compiler": "^8.0.0",
Expand Down

0 comments on commit 070eab5

Please sign in to comment.