mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
12 lines
195 B
YAML
12 lines
195 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
|
|
install:
|
|
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
|
- RUN yarn build
|