Skip to content
Snippets Groups Projects
Commit cb05fa2e authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

fix: repair CI to work w/ parcel 2

parent 55236205
No related branches found
No related tags found
No related merge requests found
Pipeline #24045 failed
......@@ -122,7 +122,7 @@ prd-build-fe-node-job:
APP_VERSION: ${CI_COMMIT_TAG}
ROLLBAR_ACCESS_TOKEN: $POST_CLIENT_ITEM_ROLLBAR_ACCESS_TOKEN
script:
- npm run build -- --out-dir dist/prd
- npm run build -- --dist-dir dist/prd
artifacts:
paths:
- frontend/dist/prd
......@@ -138,7 +138,7 @@ stg-build-fe-node-job:
APP_VERSION: ${CI_COMMIT_SHORT_SHA}
ROLLBAR_ACCESS_TOKEN: $POST_CLIENT_ITEM_ROLLBAR_ACCESS_TOKEN
script:
- npm run build -- --out-dir dist/stg
- npm run build -- --dist-dir dist/stg
artifacts:
paths:
- frontend/dist/stg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment