Commit bb75b648 authored by nanahira's avatar nanahira

fix

parent d37fcb5f
Pipeline #3139 passed with stages
in 48 seconds
...@@ -40,6 +40,6 @@ deploy_npm: ...@@ -40,6 +40,6 @@ deploy_npm:
script: script:
- apt update;apt -y install coreutils - apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc - echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . - npm publish . || true
only: only:
- master - master
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment