Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Aug 24, 2023
1 parent 89d13ad commit bd9723c
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 && storybook build",
"build:storybook": "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 bd9723c

Please sign in to comment.