File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
"docker-start" : " cross-env-shell docker run --rm -d -p 8080:8080 --name js-framework-benchmark --volume ${INIT_CWD}:/src --volume js-framework-benchmark:/build js-framework-benchmark-ubuntu" ,
20
20
"docker-stop" : " docker stop js-framework-benchmark" ,
21
21
"docker-sync" : " docker exec -it js-framework-benchmark rsync -avC --exclude /index.html --exclude /framework/**/dist --exclude /webdriver-ts*/dist --exclude node_modules --exclude /webdriver-ts/results*/ /src/ /build/" ,
22
- "docker-sync-package-lock-back" : " docker exec -it js-framework-benchmark bash sync-package-lock.sh" ,
22
+ "docker-sync-package-lock-back" : " docker exec -it js-framework-benchmark bash sync-package-lock.sh" ,
23
23
"docker-build-frameworks" : " npm run docker-sync && docker exec -it js-framework-benchmark npm install && docker exec -it js-framework-benchmark node docker-rebuil-all.js" ,
24
24
"docker-install-webdriver" : " npm run docker-sync && docker exec -it js-framework-benchmark npm run install-local" ,
25
25
"docker-create-index" : " docker exec -it -w /build/webdriver-ts js-framework-benchmark npm run index" ,
You can’t perform that action at this time.
0 commit comments