Skip to content
Snippets Groups Projects
Commit 5453afdd authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

fix publish

parent 3c21b499
No related branches found
No related tags found
1 merge request!14Publish
......@@ -83,7 +83,6 @@ Publish npm:
script:
- git config user.email "${GITLAB_USER_EMAIL}"
- git config user.name "${GITLAB_USER_NAME}"
- npm run build
- |
cat <<-EO_CONFIG > .npmrc
@${CI_PROJECT_ROOT_NAMESPACE}:registry=https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
......
......@@ -110,5 +110,8 @@
}
}
},
"defaultProject": "example"
"defaultProject": "example",
"cli": {
"analytics": false
}
}
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