Skip to content
Snippets Groups Projects
Commit df7be5f4 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(npm): assets

parent b339aedd
No related branches found
No related tags found
1 merge request!11Feature/prepare assets
Pipeline #245649 skipped with stage
...@@ -33,7 +33,7 @@ stages: ...@@ -33,7 +33,7 @@ stages:
- if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi - if [ "$SHOPIFY_API_KEY" == "" ]; then echo "SHOPIFY_API_KEY is empty" ; exit 1; fi
- cd web/frontend - cd web/frontend
- npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_TOKEN} - npm config set -- //${CI_SERVER_HOST}/:_authToken=${PREDATORS_DEPLOY_TOKEN}
- npm config set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/groups/${PREDATORS_GROUP_ID}/-/packages/npm/ - npm config set @octolize:registry=https://${CI_SERVER_HOST}/api/v4/packages/npm/
- npm config list - npm config list
- npm install - npm install
- npm run build - npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment