prepare publishing sdk

This commit is contained in:
André Michelle
2025-07-11 13:34:25 +02:00
parent 958e4f6735
commit a238df9507
2 changed files with 7 additions and 8 deletions
+4 -3
View File
@@ -4,9 +4,10 @@
"npmClient": "npm",
"command": {
"publish": {
"conventionalCommits": true,
"registry": "http://localhost:4873/"
"conventionalCommits": true
}
},
"packages": ["packages/**"]
"packages": [
"packages/**"
]
}
+3 -5
View File
@@ -1,5 +1,6 @@
{
"name": "opendaw",
"version": "0.0.0",
"private": true,
"license": "LGPL-3.0-or-later",
"scripts": {
@@ -12,7 +13,7 @@
"test": "turbo run test",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-sdk": "lerna publish"
"publish-sdk": "lerna publish --force-publish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
@@ -32,8 +33,5 @@
"packageManager": "[email protected]",
"workspaces": [
"packages/**/*"
],
"dependencies": {
"@opendaw/studio-core": "^0.0.0"
}
]
}