Skip to content

Commit

Permalink
fix widgets lib build command
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Feb 4, 2025
1 parent 58b8db1 commit bc87fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"repository": "immutable/ts-immutable-sdk.git",
"scripts": {
"build": "pnpm rollup --config rollup.config.js && pnpm typegen",
"build": "rollup --config rollup.config.js && pnpm typegen",
"transpile": "tsup src/index.ts --config ./tsup.config.js",
"typegen": "tsc --customConditions default --emitDeclarationOnly --outDir dist/types",
"build:local": "pnpm build && mkdir -p ../widgets-sample-app/public/lib/js && cp dist/browser/*.js ../widgets-sample-app/public/lib/js/",
Expand Down

0 comments on commit bc87fd1

Please sign in to comment.