Skip to content

Commit 27d5b1c

Browse files
feat: update
1 parent cfcd99b commit 27d5b1c

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"publint": "turbo publint",
1414
"test": "turbo test",
1515
"ci:release": "turbo clean && turbo build && changeset publish",
16-
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
17-
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
16+
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --prefer-offline || true",
17+
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --prefer-offline || true",
1818
"check-docs-links": "node ./check-docs-links.js"
1919
},
2020
"lint-staged": {

pnpm-lock.yaml

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)