Skip to content

Commit

Permalink
mv changesets cli package to root
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 9, 2024
1 parent b9a75ae commit 218373c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"access": "public"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/bluebird": "^3.5.42",
"@types/json-bigint": "^1.0.4",
"tsup": "^6.5.0",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"dev": "concurrently \"yarn dev:app\" \"yarn dev:lib\"",
"build:app": "cd ./example/webapp && yarn build",
"build:lib": "cd ./lib/js-sdk && yarn build",
"build": "yarn build:app && yarn build:lib"
"build": "yarn build:app && yarn build:lib",
"publish": "yarn changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"concurrently": "^8.2.2"
},
"packageManager": "yarn@4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zerochain/zus-sdk@workspace:lib/js-sdk"
dependencies:
"@changesets/cli": "npm:^2.27.1"
"@types/bluebird": "npm:^3.5.42"
"@types/json-bigint": "npm:^1.0.4"
axios: "npm:^1.2.0"
Expand Down Expand Up @@ -8035,6 +8034,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "zus-js-sdk@workspace:."
dependencies:
"@changesets/cli": "npm:^2.27.1"
concurrently: "npm:^8.2.2"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 218373c

Please sign in to comment.