Skip to content

Commit

Permalink
ci(): remove pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
nonoakij committed May 22, 2023
1 parent 79dc97e commit 8426b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
53 changes: 1 addition & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"homepage": "https://github.com/cam-inc/viron#readme",
"scripts": {
"prepare": "which husky && husky install || echo skip.",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "npm run pre-commit --workspaces",
"pre-push": "npm run pre-push --workspaces",
"changelog:intent": "changeset add",
Expand All @@ -50,8 +48,7 @@
"@changesets/cli": "^2.20.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"husky": "^8.0.3",
"pinst": "^2.1.1"
"husky": "^8.0.3"
},
"workspaces": [
"packages/app",
Expand Down

0 comments on commit 8426b82

Please sign in to comment.