Skip to content

Commit 12c5565

Browse files
fix economy playground setup step (#1157)
Co-authored-by: Zach Couchman <[email protected]>
1 parent a56fb1d commit 12c5565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/economy/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
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+
}

0 commit comments

Comments
 (0)