Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 7009850

Browse files
committed
Update main scripts
1 parent 0904163 commit 7009850

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"lerna": "^6.4.1"
99
},
1010
"scripts": {
11-
"build": "lerna run build",
12-
"test": "lerna run test"
11+
"clean": "lerna run clean",
12+
"build": "lerna run --no-private build",
13+
"test": "lerna run --no-private test"
1314
}
1415
}

0 commit comments

Comments
 (0)