mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
16 lines
236 B
YAML
16 lines
236 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
|
|
|
|
test:
|
|
- echo "ADD TESTING!"
|