Ocelot-Social/.travis.yml
Grzegorz Leoniec ffe1ceabf1
Fixing build
2019-02-25 10:43:47 +01:00

14 lines
208 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