Added legacy provider to build script

This commit is contained in:
Joe Bellus 2022-02-08 22:46:02 -05:00
parent f27d7e1f9a
commit c7b72388ca
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ build:ui:
image: node:latest image: node:latest
script: script:
- npm install - npm install
- npm run build - npm run build
artifacts: artifacts:
paths: paths:
- dist/ - dist/
@ -92,4 +92,4 @@ release:
assets: assets:
links: links:
- name: 'vade-linux--x64-$CI_COMMIT_TAG.tar.gz' - name: 'vade-linux--x64-$CI_COMMIT_TAG.tar.gz'
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/linux-bin/$CI_COMMIT_TAG/visage-linux-x64-$CI_COMMIT_TAG.tar.gz' url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/linux-bin/$CI_COMMIT_TAG/vade-linux-x64-$CI_COMMIT_TAG.tar.gz'

View File

@ -7,7 +7,7 @@
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"build-dev": "vue-cli-service build --mode development" "build-dev": "export NODE_OPTIONS=--openssl-legacy-provider;vue-cli-service build --mode development"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/fontawesome-svg-core": "^1.2.36",