Skip to content

Commit

Permalink
sotybook failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Aug 24, 2023
1 parent b6cd480 commit 5da5dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:importReadMe": "node ./src/scripts/importReadme.mjs && prettier ./src/pages/docs --write",
"build:next": "npm run build:scripts && next build",
"build:scripts": "npm run build:importReadMe && npm run build:createtree && npm run build:createSpecJson && npm run build:brokenLinks ",
"build:storybook": "npm run build:next && storybook build",
"build:storybook": "npm run build && storybook build",
"chromatic": "chromatic -b build:storybook",
"cypress:ci": "NEXT_PUBLIC_APP_DEV=test start-server-and-test dev http://localhost:3000 cypress:run",
"cypress:cilocal": "NEXT_PUBLIC_APP_DEV=test start-server-and-test dev http://localhost:3000 cypress:open",
Expand Down

0 comments on commit 5da5dbb

Please sign in to comment.