Skip to content

Commit 017a8d6

Browse files
committed
init
1 parent b41f80b commit 017a8d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Taskfile.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 3
2+
3+
tasks:
4+
dev:
5+
cmds:
6+
- npm start
7+
8+
deploy:
9+
cmds:
10+
- USE_SSH=true yarn deploy

0 commit comments

Comments
 (0)