Skip to content

Commit f511797

Browse files
committed
fix: Remove scripts from published packages
1 parent bb49880 commit f511797

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lerna.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"version": "3.26.2",
4-
"packages": [
5-
"packages/*"
6-
],
4+
"packages": ["packages/*"],
75
"npmClient": "pnpm",
86
"changelogPreset": "conventional-changelog-conventionalcommits",
97
"command": {
108
"publish": {
11-
"removePackageFields": [
12-
"devDependencies",
13-
"prettier"
14-
],
9+
"removePackageFields": ["scripts", "devDependencies", "prettier"],
1510
"yes": true
1611
},
1712
"version": {

0 commit comments

Comments
 (0)