Skip to content

Commit 5921aea

Browse files
fix(storybook): remove build script for payment-server's storybook
Because: * payment-server is no longer used and its storybook is no longer useful This commit: * removes the build script for payment-server's storybook so that it no longer gets built
1 parent 62e0d5b commit 5921aea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/fxa-payments-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"test-integration": "JEST_JUNIT_OUTPUT_FILE=../../artifacts/tests/$npm_package_name/fxa-payments-server-jest-integration-results.xml SKIP_PREFLIGHT_CHECK=true PUBLIC_URL=/ INLINE_RUNTIME_CHUNK=false rescripts test --watchAll=false --ci --reporters=default --reporters=jest-junit",
3232
"format": "prettier --write --config ../../_dev/.prettierrc '**'",
3333
"storybook": "storybook dev -p 6006",
34-
"build-storybook": "NODE_ENV=production yarn build-css && storybook build",
3534
"watch-ftl": "yarn l10n-watch"
3635
},
3736
"eslintConfig": {

0 commit comments

Comments
 (0)