Skip to content

Commit 67da5c3

Browse files
committed
Add build + clean scripts
1 parent d2f863b commit 67da5c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"name": "react-router-packages",
44
"scripts": {
55
"postinstall": "lerna bootstrap --stream",
6+
"build": "lerna run build",
7+
"clean": "lerna run clean",
68
"start": "cd packages/react-router-website && npm start",
79
"test": "lerna run test --stream"
810
},

0 commit comments

Comments
 (0)