Skip to content

Commit

Permalink
chore: forced prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 2, 2024
1 parent 65cbf82 commit da1d2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da1d2d6

Please sign in to comment.