2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fixed run link

This commit is contained in:
Achilles Rasquinha 2018-02-01 15:47:25 +05:30
parent 2f54058588
commit 834cfa2689

View File

@ -6,7 +6,8 @@ node_js:
before_isntall:
- "git clone https://github.com/frappe/frappejs && cd frappejs"
- "npm install -g yarn"
- "yarn && yarn link frappejs"
- "yarn"
- "yarn link frappejs"
script:
- "yarn run test"