Skip to content

Commit

Permalink
fix: ignore postinstall exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
brotheroftux committed Feb 3, 2025
1 parent 64cdd9a commit 95c28b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint:fix": "lint update && lint fix",
"pre-commit": "lint update && lint-staged",
"prepare": "husky",
"postinstall": "cd playground && npm ci --ignore-scripts"
"postinstall": "cd playground && npm ci --ignore-scripts || true"
},
"dependencies": {
"@diplodoc/cut-extension": "^0.7.1",
Expand Down

0 comments on commit 95c28b1

Please sign in to comment.