mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
16 lines
312 B
YAML
16 lines
312 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_module
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
|
|
|
install:
|
|
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
|
- RUN yarn build:lib
|