diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-20 16:00:22 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-20 16:00:22 +0300 |
commit | 835d6a585263ad908fed38ed8802016a01ec3a12 (patch) | |
tree | 0951fa3b3b09b5cc19602b25bd1a121ace515126 | |
parent | 3054084012e7dbecc902eddb517fe4700d4d3800 (diff) | |
download | webos-service-types-835d6a585263ad908fed38ed8802016a01ec3a12.tar.xz webos-service-types-835d6a585263ad908fed38ed8802016a01ec3a12.zip |
Fix scriptsv0.1.2
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c8df84..48e7824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,5 @@ job-publish: - export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" script: - - yarn install - - yarn run build - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc - npm publish diff --git a/package.json b/package.json index 6e12d7c..75c78a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valentineus/webos-service-types", - "version": "0.1.1", + "version": "0.1.2", "description": "TypeScript's types for WebOS service.", "main": "index.js", "repository": "git@code.valentineus.link:webos-service-types.git", |