Skip to content

Commit

Permalink
#36 implement sail.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraarghy authored and parkerziegler committed Apr 6, 2019
1 parent 49cc19d commit 420db54
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .sail.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
tasks:
install:
image: "node:carbon"
command:
- yarn
args:
- install
build:
image: "node:carbon"
command:
- yarn
args:
- build
test:
image: "node:carbon"
command:
- yarn
args:
- test

0 comments on commit 420db54

Please sign in to comment.