Compare commits
2 Commits
v1.0.1
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
|
4d094b073b
|
|||
| 0ad2542742 |
@@ -1,24 +0,0 @@
|
|||||||
image: node:14
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- publish
|
|
||||||
|
|
||||||
# Install the dependencies
|
|
||||||
before_script:
|
|
||||||
- npm install
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
# Build the image and publish it to the npmjs registry.
|
|
||||||
publish:
|
|
||||||
stage: publish
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
- triggers
|
|
||||||
script:
|
|
||||||
- npm version from-git
|
|
||||||
- npm run build
|
|
||||||
- echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc
|
|
||||||
- npm publish --access public
|
|
||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user