We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9c534 commit eab546eCopy full SHA for eab546e
packages/sdk-js/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@gooddollar/goodcollective-sdk",
3
"license": "MIT",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"main": "./dist/sdk",
6
"types": "./types/index.d.ts",
7
"type": "module",
@@ -11,7 +11,7 @@
11
"test": "vitest run",
12
"watch": "vitest",
13
"bump": "yarn version patch && yarn build && git add package.json && git commit -m \"version bump\"",
14
- "publish": "yarn npm publish --access public",
+ "publish": "yarn build && yarn npm publish --access public",
15
"lint": "eslint .",
16
"format": "prettier -w ./src ",
17
"format:check": "prettier -c ./src"
0 commit comments