Skip to content

Commit

Permalink
Use pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 6, 2024
1 parent b479cc2 commit 8239c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prod:storybook": "pnpm i18n:copy-test-locales && pnpm storybook:build && pnpm storybook:start",
"storybook": "storybook dev --port 54000",
"storybook:build": "pnpm i18n:copy-test-locales && storybook build",
"storybook:start": "npx http-server storybook-static -p 54000 -s",
"storybook:start": "pnpx http-server storybook-static -p 54000 -s",
"talkback": "node ./test/proxy.js",
"prepare:nuxt": "pnpm i18n:en && npx nuxi prepare",
"test": "pnpm test:unit && pnpm test:playwright",
Expand Down

0 comments on commit 8239c5f

Please sign in to comment.