Skip to content

Commit

Permalink
fix(install): remove post-install script
Browse files Browse the repository at this point in the history
fix #30
  • Loading branch information
aschenkel committed May 19, 2020
1 parent 4b82b07 commit 2aba746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"build": "rm -rf ./dist && tsc",
"test": "jest src/",
"test:coverage": "jest --coverage",
"release": "semantic-release",
"postinstall": "cd example && yarn install"
"release": "semantic-release"
},
"devDependencies": {
"@babel/core": "7.8.4",
Expand Down

0 comments on commit 2aba746

Please sign in to comment.