Skip to content

Commit eab546e

Browse files
committed
fix: build sdk before publish
1 parent ab9c534 commit eab546e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gooddollar/goodcollective-sdk",
33
"license": "MIT",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "./dist/sdk",
66
"types": "./types/index.d.ts",
77
"type": "module",
@@ -11,7 +11,7 @@
1111
"test": "vitest run",
1212
"watch": "vitest",
1313
"bump": "yarn version patch && yarn build && git add package.json && git commit -m \"version bump\"",
14-
"publish": "yarn npm publish --access public",
14+
"publish": "yarn build && yarn npm publish --access public",
1515
"lint": "eslint .",
1616
"format": "prettier -w ./src ",
1717
"format:check": "prettier -c ./src"

0 commit comments

Comments
 (0)