Skip to content

Commit

Permalink
fix prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-ebi committed Aug 12, 2021
1 parent d8af211 commit 4700cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prod-build:
- node -v
- rm -rf node_modules
- npm install
- CI=false npm run build -- --base-href=/gwas/depo-curation/
- CI=false npm run build -- --base-href=/gwas/depo-curation/ --configuration production
artifacts:
paths:
- dist/gwas-curation-ui/*
Expand Down

0 comments on commit 4700cf7

Please sign in to comment.