Skip to content

Commit 57bd48b

Browse files
committed
fix(release): versioning client
1 parent a7fe9c8 commit 57bd48b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"module": "dist/index.js",
1414
"types": "dist/index.d.ts",
1515
"scripts": {
16-
"version": "./scripts/update-constants-file.sh",
1716
"typecheck": "tsc --noEmit",
1817
"type:generate": "tsc --declaration -p tsconfig.build.json",
1918
"build": "vite build --config ../../vite.config.ts && pnpm run type:generate && tsc-alias -p tsconfig.build.json",
@@ -28,7 +27,7 @@
2827
"repository": {
2928
"type": "git",
3029
"url": "https://github.com/scaleway/scaleway-sdk-js",
31-
"directory": "packages/clients"
30+
"directory": "packages/client"
3231
},
3332
"engines": {
3433
"node": ">=18.0"

0 commit comments

Comments
 (0)