diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 26b0be7..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,12 +0,0 @@ -image: node:latest - -stages: - - deploy - -deploy: - stage: deploy - only: - - master - script: - - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc - - npm publish