Skip to content

Commit

Permalink
fix: ignore storybook-build cache errors that arise when local cache …
Browse files Browse the repository at this point in the history
…artifacts are created by different machines (#237)

Co-authored-by: Ceisi Peik <[email protected]>
  • Loading branch information
ceisipeik and ceisipeik-nortal authored Oct 30, 2024
1 parent bbd6dfe commit 514abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"affected:lint": "nx affected:lint --fix --parallel --uncommitted",
"storybook:compodoc": "npx compodoc -p ./tsconfig.compodoc.json -e json -d ./libs/storybook/.storybook --disableLifeCycleHooks --disableInternal",
"storybook": "npm run generate-icons && npm run storybook:compodoc && nx run storybook:storybook",
"build-storybook": "npm run generate-icons && npm run storybook:compodoc && nx run storybook:build-storybook",
"build-storybook": "npm run generate-icons && npm run storybook:compodoc && NX_REJECT_UNKNOWN_LOCAL_CACHE=0 nx run storybook:build-storybook",
"prepare": "husky install",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"generate-icons": "svg-to-ts-files",
Expand Down

0 comments on commit 514abae

Please sign in to comment.