mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
14 lines
214 B
YAML
14 lines
214 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
services:
|
|
- yarn
|
|
|
|
install:
|
|
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
|
- RUN yarn build
|