Skip to content

Commit

Permalink
don't bork postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Yang committed Apr 13, 2020
1 parent 244a0e4 commit c790bb0
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 @@ -43,7 +43,7 @@
"build": "rollup -c",
"build-watch": "rollup -c -w",
"prepublishOnly": "npm run build",
"postinstall": "install-peers -f && cd example && npm i",
"setup-dev": "install-peers -f && cd example && npm i",
"start-example": "cd example && npm start",
"deploy-example": "cd example && npm run deploy",
"dev": "concurrently --kill-others \"npm run build-watch\" \"npm run start-example\"",
Expand Down

0 comments on commit c790bb0

Please sign in to comment.