Skip to content

Commit 1aaf469

Browse files
authored
chore: prevent post install loop (#1044)
1 parent 6908440 commit 1aaf469

File tree

2 files changed

+749
-220
lines changed

2 files changed

+749
-220
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"print-affected:ci": "nx show projects --affected --base=$(sh ./tools/scripts/latestTag.sh) --select=projects",
2222
"format": "nx format:write",
2323
"format:ci": "nx format:check",
24-
"postinstall": "pnpm update @descope/web-components-ui"
24+
"postinstall": "if [ \"$NO_POSTINSTALL\" != \"true\" ]; then NO_POSTINSTALL=true pnpm update @descope/web-components-ui; fi"
2525
},
2626
"private": true,
2727
"dependencies": {

0 commit comments

Comments
 (0)