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 99b5cb0 commit 937f83dCopy full SHA for 937f83d
lerna.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3
+ "npmClient": "pnpm",
4
+ "packages": [
5
+ "packages/*"
6
+ ],
7
+ "version": "0.9.8-beta.0"
8
+}
package.json
@@ -57,6 +57,8 @@
57
"update:website": "bun run --bun ./scripts/update-website.ts"
58
},
59
"devDependencies": {
60
+ "@lerna-lite/cli": "3.1.0",
61
+ "@lerna-lite/publish": "3.1.0",
62
"@rollup/plugin-commonjs": "25.0.7",
63
"@rollup/plugin-json": "6.1.0",
64
"@rollup/plugin-node-resolve": "15.2.3",
0 commit comments