This commit is contained in:
Rik Berkelder 2021-01-29 20:44:31 +01:00
parent 5fda0ab204
commit 6419b3f162
2 changed files with 7 additions and 1 deletions

View file

@ -25,6 +25,10 @@ build:
script: script:
- npm install - npm install
- npm run build - npm run build
artifacts:
expire_in: 1 hour
paths:
- lib
pages: pages:
stage: deploy stage: deploy
@ -45,6 +49,8 @@ npm_publish:
script: script:
- npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" - npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
- npm publish - npm publish
dependencies:
- build
clean: clean:
when: always when: always

View file

@ -1,6 +1,6 @@
{ {
"name": "ts-osc", "name": "ts-osc",
"version": "0.2.1", "version": "0.2.2",
"description": "Fully TypeScript-native OSC Client based on osc-min", "description": "Fully TypeScript-native OSC Client based on osc-min",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",