Skip to content

Commit

Permalink
fix: build sdk before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Nov 2, 2024
1 parent ab9c534 commit eab546e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gooddollar/goodcollective-sdk",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"main": "./dist/sdk",
"types": "./types/index.d.ts",
"type": "module",
Expand All @@ -11,7 +11,7 @@
"test": "vitest run",
"watch": "vitest",
"bump": "yarn version patch && yarn build && git add package.json && git commit -m \"version bump\"",
"publish": "yarn npm publish --access public",
"publish": "yarn build && yarn npm publish --access public",
"lint": "eslint .",
"format": "prettier -w ./src ",
"format:check": "prettier -c ./src"
Expand Down

0 comments on commit eab546e

Please sign in to comment.