Skip to content

Commit

Permalink
disable default storybook build
Browse files Browse the repository at this point in the history
since there are problems with bun and storybook
  • Loading branch information
Sebastian Tilsch committed Feb 29, 2024
1 parent b44acf3 commit 170c10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/exhibition-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test:jsonSchema2Select": "NODE_OPTIONS=--experimental-vm-modules jest --watch --runTestsByPath components/utils/sparql/jsonSchema2Select.test.ts ",
"test:lobidMapping": "NODE_OPTIONS=--experimental-vm-modules jest --watch --runTestsByPath components/config/lobidMappings.test.ts",
"test:parseMarkdownLink": "NODE_OPTIONS=--experimental-vm-modules jest --watch --runTestsByPath components/utils/core/parseMarkdownLink.test.ts ",
"build:pages": "next build && mv ./out ../../_site && storybook build && mv ./storybook-static ../../_site/storybook",
"build:pages": "next build && mv ./out ../../_site",
"build:pagesWithStorybook": "next build && mv ./out ../../_site && storybook build && mv ./storybook-static ../../_site/storybook",
"linkml:json-schema": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4 bash -c 'gen-json-schema ./exhibition-info.yaml > ./exhibition-info.schema.json'",
"linkml:ontology": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4 bash -c 'gen-owl --no-metaclasses --no-type-objects --metadata-profile rdfs ./exhibition-info.yaml -o ./exhibition-info.owl.ttl'",
"linkml:interactive": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4",
Expand Down

0 comments on commit 170c10a

Please sign in to comment.