Skip to content
Snippets Groups Projects
Verified Commit da1d2d69 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: forced prod release

parent 65cbf827
No related branches found
No related tags found
No related merge requests found
Pipeline #3834 passed
......@@ -130,7 +130,7 @@ jobs:
- name: Build Web code
run: |
cd frontends/web
npm install && npm run build
npm install && NODE_ENV=production npm run build
- name: Bundle files
run: |
apt-get update && apt-get install -y -q zip
......
......@@ -49,7 +49,7 @@ build-wasm:
- rustc --version
- cargo install wasm-pack
- wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- cd frontends/web && npm install && npm run build && npm run lint
- cd frontends/web && npm install && NODE_ENV=production npm run build && npm run lint
artifacts:
paths:
- frontends/web/dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment