mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
21 lines
314 B
YAML
21 lines
314 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_module
|
|
|
|
install:
|
|
- yarn install --production=false --frozen-lockfile --non-interactive
|
|
# - yarn build
|
|
- yarn build:lib
|
|
|
|
deploy:
|
|
provider: npm
|
|
email: $NPM_EMAIL
|
|
api_key: $NPM_TOKEN
|
|
on:
|
|
tags: true
|
|
branch: master
|