Skip to content

Commit

Permalink
fix(package): postinstall to prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Jan 29, 2022
1 parent 1724174 commit e0d9778
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
"release": "dotenv release-it",
"postrelease": "yarn build && yarn update-samples",
"generate-api": "node ./dist/bin/orval.js --config ./samples/react-query/basic/orval.config.ts --watch",
"prepare": "husky install",
"prepare": "husky install && cd ./samples/react-query/basic && yarn",
"commitlint": "commitlint",
"update-samples": "zx ./scripts/update-samples.mjs",
"postinstall": "cd ./samples/react-query/basic && yarn"
"update-samples": "zx ./scripts/update-samples.mjs"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
Expand Down

1 comment on commit e0d9778

@vercel
Copy link

@vercel vercel bot commented on e0d9778 Jan 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.