Skip to content

Commit

Permalink
fix(deps): add pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 3, 2023
1 parent a504a63 commit c60ee22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"packageManager": "pnpm@7.21.0",
"scripts": {
"postinstall": "if [ ! \"$CI\" ]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi",
"postinstall": "husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks",
"postpack": "pinst --enable",
"prepack": "pinst --disable",
"test": "node src/generator.cjs -p test/example_stack -v"
},
"dependencies": {
Expand All @@ -36,6 +38,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.2",
"pinst": "3.0.0",
"shx": "0.3.4"
}
}
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit c60ee22

Please sign in to comment.