1.0.7 • Published 5 years ago

sep-js-sdk v1.0.7

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
5 years ago

如何透過 gitlab CI/CD 發佈到 npm 上?

做一次就好了

在 gitlab 內 settings variables 設定 npm 的帳密
NPM_USER=帳號
NPM_PASS=密碼
NPM_EMAIL=信箱

在 GitLab Runner 底下安裝
$ npm install -g npm-cli-login
$ git config --global user.email “tech@adgeek.com.tw”
$ git config --global user.name “Gitlab Runner”

最後就能正確使用以下三行指令
$ npm-cli-login
$ npm version --new-version patch
$ npm publish
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.4-5

6 years ago

1.0.4-6

6 years ago

1.0.4-4

6 years ago

1.0.4-3

6 years ago

1.0.4-2

6 years ago

1.0.4-1

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago