Skip to content

Commit 24e3d8b

Browse files
authored
updated travis yml with the webpack build command
1 parent c626b0b commit 24e3d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ cache:
77
install:
88
- pip install pipenv
99
- pipenv install
10-
script: lektor build
10+
script:
11+
- lektor plugins add webpack-support
12+
- lektor build -f webpack
1113
deploy:
1214
provider: script
1315
script: lektor deploy ghpages

0 commit comments

Comments
 (0)