Skip to content

Commit

Permalink
Add post-setup script as dependency lifecycle script as well (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Oct 24, 2024
1 parent 51c6f24 commit 16c8e35
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 16c8e35

Please sign in to comment.