|
@@ -63,7 +63,7 @@ build-prod:
|
|
|
npm run build:prod:analyze
|
|
npm run build:prod:analyze
|
|
|
|
|
|
|
|
after-steps:
|
|
after-steps:
|
|
|
- -script:
|
|
|
|
|
|
|
+ - script:
|
|
|
name: copy report to artifacts
|
|
name: copy report to artifacts
|
|
|
code: |
|
|
code: |
|
|
|
cp -r report $WERCKER_REPORT_ARTIFACTS_DIR
|
|
cp -r report $WERCKER_REPORT_ARTIFACTS_DIR
|
|
@@ -103,7 +103,7 @@ build-dev:
|
|
|
npm run build:dev:analyze
|
|
npm run build:dev:analyze
|
|
|
|
|
|
|
|
after-steps:
|
|
after-steps:
|
|
|
- -script:
|
|
|
|
|
|
|
+ - script:
|
|
|
name: copy report to artifacts
|
|
name: copy report to artifacts
|
|
|
code: |
|
|
code: |
|
|
|
cp -r report $WERCKER_REPORT_ARTIFACTS_DIR
|
|
cp -r report $WERCKER_REPORT_ARTIFACTS_DIR
|