Skip to content

Commit

Permalink
Merge pull request #104 from SuperViz/fix/remote-config
Browse files Browse the repository at this point in the history
fix(sdk): build again before publishing to update version in final bundle
  • Loading branch information
carlossantos74 authored Oct 22, 2024
2 parents 9352aba + 25c83f7 commit 32d1048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"watch": "concurrently -n code,types \"pnpm watch:code\" \"pnpm watch:types\"",
"watch:code": "node ./.esbuild/watch.js",
"watch:types": "./node_modules/typescript/bin/tsc --watch --outDir ./dist",
"prepack": "pnpm build",
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:unit:coverage": "jest --coverage",
Expand Down

0 comments on commit 32d1048

Please sign in to comment.