Skip to content

Commit afab072

Browse files
authored
Stream in the builds
Though, this commit is mainly so I can see the effects of caching on Travis 🤓
1 parent ea1212a commit afab072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "react-router-packages",
44
"scripts": {
55
"postinstall": "lerna bootstrap --stream",
6-
"build": "lerna run build",
6+
"build": "lerna run build --stream",
77
"clean": "lerna run clean",
88
"start": "cd packages/react-router-website && npm start",
99
"test": "lerna run test --stream"

0 commit comments

Comments
 (0)