From 0dedcbe6d0de9a880c2ef3020e0985c284e59bad Mon Sep 17 00:00:00 2001 From: Sebastian Tilsch Date: Thu, 7 Mar 2024 17:19:14 +0100 Subject: [PATCH] enable storybook build again --- apps/exhibition-live/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/exhibition-live/package.json b/apps/exhibition-live/package.json index 9ed18f2c..72a8503b 100644 --- a/apps/exhibition-live/package.json +++ b/apps/exhibition-live/package.json @@ -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",