We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea79e61 commit d929ea7Copy full SHA for d929ea7
package.json
@@ -9,6 +9,7 @@
9
"build": "lerna bootstrap --ci",
10
"test::unit": "lerna run test::unit --stream",
11
"test::integration": "lerna run test::integration --stream",
12
+ "test::browser": "lerna run test::browser --stream",
13
"test::stress": "lerna run test::stress --stream",
14
"test": "lerna run test --stream",
15
"start-neo4j": "lerna run start-neo4j --scope neo4j-driver",
0 commit comments