Skip to content

Commit 3d42f7e

Browse files
committed
Put setup with testing, not bootstrapping
Change-Id: Id942dd4160b0e448a0dfd91b6e739fd0252afa8a
1 parent bc82163 commit 3d42f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Firebase (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"lerna-test": "lerna run test",
9-
"lerna-bootstrap": "lerna bootstrap && lerna run setup-test",
8+
"lerna-test": "lerna run setup-test && lerna run test",
9+
"lerna-bootstrap": "lerna bootstrap",
1010
"lint": "find . -type f -name \"*.js\" -not -path \"*node_modules*\" | xargs eslint"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)