mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
11 lines
103 B
YAML
11 lines
103 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
|
|
script:
|
|
- yarn
|
|
- yarn link
|
|
- yarn link frappejs
|
|
- yarn test
|