File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/economy/playground Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 "dev" : " vite" ,
6767 "prestart" : " [ -f public/js/imtbl-checkout-widgets.js ] || { echo 'Error: checkout-widgets deps not found. Please run `npm run setup` first.' ; exit 1; }" ,
6868 "preview" : " vite preview" ,
69- "setup" : " npm run clean && yarn workspace @imtbl/checkout-widgets-lib build && yarn workspace @imtbl/checkout-widgets-lib dist:sdk && cp ../../../sdk/dist/browser/checkout.js public/js/imtbl-checkout-widgets.js" ,
69+ "setup" : " npm run clean && yarn workspace @imtbl/checkout-widgets build && cp ../../../sdk/dist/browser/checkout/widgets .js public/js/imtbl-checkout-widgets.js" ,
7070 "start" : " storybook dev -p 6006"
7171 },
7272 "type" : " module" ,
7373 "types" : " dist/index.d.ts"
74- }
74+ }
You can’t perform that action at this time.
0 commit comments