Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Virtual Keyboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Escriptorium
Virtual Keyboard
Commits
5e1a07da
Commit
5e1a07da
authored
3 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Should be working now
parent
8259221a
No related branches found
Tags
test-0.1.0
1 merge request
!44
Publish on npm using CI pipeline
Pipeline
#5770
passed with warnings
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
package.json
+0
-3
0 additions, 3 deletions
package.json
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
2
View file @
5e1a07da
...
...
@@ -116,8 +116,8 @@ release-npm:
-
tags
before_script
:
-
echo '
@teklia:registry=https://registry.npmjs.org/
' > .npmrc
-
echo
'
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
'
>> .npmrc
-
echo '
always-auth=true
' > .npmrc
-
echo
"
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
"
>> .npmrc
script
:
-
npm publish --access public
This diff is collapsed.
Click to expand it.
package.json
+
0
−
3
View file @
5e1a07da
...
...
@@ -59,8 +59,5 @@
"vue-cli-service lint"
,
"git add"
]
},
"publishConfig"
:{
"@teklia:registry"
:
"https://registry.npmjs.com"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment