Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit 5ddcd20

Browse files
committed
chore: add npm scripts
1 parent d612561 commit 5ddcd20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"workspaces": [
55
"packages/*"
66
],
7+
"scripts": {
8+
"build": "lerna run build --stream",
9+
"lint": "lerna run lint --parallel"
10+
},
711
"devDependencies": {
812
"lerna": "^3.4.3"
913
}

0 commit comments

Comments
 (0)