Skip to content

Commit 1e30686

Browse files
author
Robert Kleger
committed
💚 fix ci build
1 parent 34acbb8 commit 1e30686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ node_js:
44
install:
55
- yarn install
66
script:
7-
- yarn build
7+
- yarn start build

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ install:
66
- yarn install
77

88
build_script:
9-
- yarn build
9+
- yarn start build

0 commit comments

Comments
 (0)