Skip to content

Commit fb9e579

Browse files
committed
chore: speed up build
1 parent a0f078d commit fb9e579

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

build/build.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"examples/*"
66
],
77
"scripts": {
8-
"build": "build/build.sh",
8+
"build": "lerna run build",
99
"dev": "lerna run build --parallel -- --watch",
1010
"format": "prettier --write .",
1111
"lint": "eslint . && prettier --check .",

0 commit comments

Comments
 (0)