Skip to content

Commit

Permalink
fix(package): correct prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Apr 24, 2023
1 parent b2b8944 commit 36c08ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"packageManager": "pnpm@8.3.1",
"scripts": {
"lint": "eslint --ext .js,.cjs .",
"prepare": "husky install",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"test": "node src/generator.cjs -p test/example_stack -v"
},
"dependencies": {
Expand Down

0 comments on commit 36c08ee

Please sign in to comment.