Skip to content
Snippets Groups Projects
Verified Commit c31c76c6 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Expose bundled workerbee.js script in artifacts

parent 2a087750
No related branches found
No related tags found
1 merge request!3Improve wallet security
Pipeline #82456 passed
......@@ -46,9 +46,11 @@ build:
- npm run build
after_script:
- npm pack --pack-destination "$CI_PROJECT_DIR/dist"
- cp "$CI_PROJECT_DIR/dist/bundle/index.js" "$CI_PROJECT_DIR/dist/workerbee.js"
artifacts:
paths:
- "$CI_PROJECT_DIR/dist/*.tgz"
- "$CI_PROJECT_DIR/dist/workerbee.js"
when: always
expire_in: 1 week
......
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