Skip to content

Commit

Permalink
fix(pack): Re-add pinst as it is needed due to husky (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnist authored Nov 11, 2022
1 parent 8c27246 commit 382d557
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"scripts": {
"package-version": "echo $npm_package_version",
"precommit": "lint-staged",
"prepack": "pinst --disable && yarn build",
"postpack": "pinst --enable",
"postinstall": "husky install",
"corecov": "forge coverage --match-path 'test/core/*'",
"build": "forge build && node copyArtifacts && node buildIndex",
Expand Down Expand Up @@ -35,6 +37,7 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"micromatch": "^4.0.5",
"pinst": "^3.0.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ __metadata:
husky: ^8.0.1
lint-staged: ^13.0.3
micromatch: ^4.0.5
pinst: ^3.0.0
prettier: ^2.4.1
rimraf: ^3.0.2
shelljs: ^0.8.4
Expand Down Expand Up @@ -1980,6 +1981,15 @@ __metadata:
languageName: node
linkType: hard

"pinst@npm:^3.0.0":
version: 3.0.0
resolution: "pinst@npm:3.0.0"
bin:
pinst: bin.js
checksum: 4ae48a6a60f79c37071233af51b4d91bfc85cfa3c12b66ccda60cdb642b4d14a4ab0cb3587afc55b1f6192cea1772a5e4822026a0d0d3528296edef00cc2d61f
languageName: node
linkType: hard

"prettier@npm:^2.4.1":
version: 2.7.1
resolution: "prettier@npm:2.7.1"
Expand Down

0 comments on commit 382d557

Please sign in to comment.