Skip to content

Commit

Permalink
Add post-setup script as dependency lifecycle script as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Oct 24, 2024
1 parent 51c6f24 commit 701377c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"lint:fix": "npx eslint . --fix",
"setup": "npm i && npm i file:. --no-save --force",
"prerelease:ci-fix": "node .github/prerelease-fix.js",
"postinstall": "node ./scripts/postinstall.js"
"postinstall": "node ./scripts/postinstall.js",
"dependencies": "node ./scripts/postinstall.js"
},
"peerDependencies": {
"@sap/cds": "^8.0.0"
Expand Down

0 comments on commit 701377c

Please sign in to comment.