mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 02:09:01 +08:00
19 lines
248 B
YAML
19 lines
248 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 10
|
|
|
|
cache: yarn
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
|
|
install:
|
|
- yarn install
|
|
- yarn build:packages
|
|
|
|
script:
|
|
- yarn lint
|
|
- yarn test
|