prepare publishing sdk
This commit is contained in:
+4
-3
@@ -4,9 +4,10 @@
|
||||
"npmClient": "npm",
|
||||
"command": {
|
||||
"publish": {
|
||||
"conventionalCommits": true,
|
||||
"registry": "http://localhost:4873/"
|
||||
"conventionalCommits": true
|
||||
}
|
||||
},
|
||||
"packages": ["packages/**"]
|
||||
"packages": [
|
||||
"packages/**"
|
||||
]
|
||||
}
|
||||
+3
-5
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user