Skip to content

Commit 9731f90

Browse files
committed
adjust naming
1 parent a18a03c commit 9731f90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
"docker-results": "docker exec -it -w /build/webdriver-ts js-framework-benchmark npm run results",
2828
"docker-shell": "docker exec -it js-framework-benchmark /bin/bash",
2929
"docker-dev-webdriver": "npm run docker-sync && docker exec -it -w /build/webdriver-ts js-framework-benchmark npm run compile && docker exec -it -w /build/webdriver-ts js-framework-benchmark node dist/benchmarkRunner.js --headless",
30-
"bootstrap": "lerna bootstrap",
31-
"build-all": "lerna run build-prod"
30+
"lerna-bootstrap": "lerna bootstrap",
31+
"lerna-build-all": "lerna run build-prod",
32+
"docker-lerna-bootstrap": "npm run docker-sync && docker exec -it js-framework-benchmark npm run lerna-bootstrap",
33+
"docker-lerna-build-all": "npm run docker-sync && docker exec -it js-framework-benchmark npm run lerna-build-all"
3234
},
3335
"keywords": [
3436
"benchmark",

0 commit comments

Comments
 (0)