We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f863b commit 67da5c3Copy full SHA for 67da5c3
package.json
@@ -3,6 +3,8 @@
3
"name": "react-router-packages",
4
"scripts": {
5
"postinstall": "lerna bootstrap --stream",
6
+ "build": "lerna run build",
7
+ "clean": "lerna run clean",
8
"start": "cd packages/react-router-website && npm start",
9
"test": "lerna run test --stream"
10
},
0 commit comments