File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pipeline {
25
25
ansiColor(' xterm' ) {
26
26
// Codebase
27
27
sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:latest yarn --registry=$NPM_REGISTRY install'
28
- sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:latest npm runscript build'
28
+ sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:latest npm run-script build'
29
29
sh ' rm -rf node_modules'
30
30
sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:latest yarn --registry=$NPM_REGISTRY install --prod'
31
31
sh ' docker run --rm -v $(pwd):/data $DOCKER_CI_TOOLS node-prune'
@@ -57,7 +57,7 @@ pipeline {
57
57
ansiColor(' xterm' ) {
58
58
// Codebase
59
59
sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:armhf yarn --registry=$NPM_REGISTRY install'
60
- sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:armhf npm runscript build'
60
+ sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:armhf npm run-script build'
61
61
sh ' rm -rf node_modules'
62
62
sh ' docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:armhf yarn --registry=$NPM_REGISTRY install --prod'
63
63
You can’t perform that action at this time.
0 commit comments