Skip to content

Commit

Permalink
chore: speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 24, 2023
1 parent a0f078d commit fb9e579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions build/build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"examples/*"
],
"scripts": {
"build": "build/build.sh",
"build": "lerna run build",
"dev": "lerna run build --parallel -- --watch",
"format": "prettier --write .",
"lint": "eslint . && prettier --check .",
Expand Down

0 comments on commit fb9e579

Please sign in to comment.