mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 19:29:02 +08:00
13 lines
262 B
YAML
13 lines
262 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache: yarn
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
|
install:
|
|
- yarn install --production=false
|
|
script:
|
|
- yarn lint
|
|
- yarn test
|