Skip to content

Commit

Permalink
chore(husky): disable postinstall in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Schmidt committed Nov 18, 2021
1 parent 69f770e commit e54123f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"build": "echo 'Please run the build script in the opensphere project' && exit 1",
"package:update": "if git diff --name-only ORIG_HEAD HEAD | grep --quiet package.json; then echo 'UPDATE: package.json updated, consider running yarn in the workspace root'; fi",
"semantic-release": "semantic-release",
"postinstall": "husky install"
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"keywords": [
"opensphere",
Expand Down Expand Up @@ -105,10 +107,11 @@
"npm-run-all": "^4.1.5",
"opensphere-build-closure-helper": "^7.0.0",
"opensphere-build-resolver": "^10.0.0",
"pinst": "^2.1.6",
"rimraf": "^3.0.2",
"semantic-release": "^18.0.0",
"stylelint": "^14.0.0",
"stylelint-config-opensphere": "^1.0.0",
"semantic-release": "^18.0.0"
"stylelint-config-opensphere": "^1.0.0"
},
"dependencies": {
"@ngageoint/geopackage": "^4.0.0-beta.36",
Expand Down

0 comments on commit e54123f

Please sign in to comment.