Skip to content

Commit 0a4e123

Browse files
authored
Merge pull request #54 from sparksuite/fix-another-ci-bug
Fix command for building demo website
2 parents cefd287 + 44c8dbc commit 0a4e123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node_js: lts/*
5353
script:
5454
- yarn dev
55-
- yarn --cwd ./demo install --frozen-lockfile
55+
- yarn --cwd ./demo build
5656
- echo "Deploying to GitHub pages..."
5757
deploy:
5858
provider: pages

0 commit comments

Comments
 (0)