Skip to content

Commit

Permalink
enable storybook build again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Mar 7, 2024
1 parent 956f3a8 commit 0dedcbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/exhibition-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"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",
"build:pagesWithStorybook": "next build && mv ./out ../../_site && storybook build && mv ./storybook-static ../../_site/storybook",
"build:pages": "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 0dedcbe

Please sign in to comment.