Skip to content
Snippets Groups Projects

Feature/packages

Merged Grzegorz Rola requested to merge feature/packages into main

Files

+ 2
0
@@ -31,6 +31,8 @@ stages:
script:
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- cd web/frontend
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${CI_JOB_TOKEN}
- npm config set @octolize:registry https://${CI_SERVER_HOST}/api/v4/packages/npm/
- npm install
- npm run build
Loading