mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
14 lines
208 B
YAML
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
|
|
|