Skip to content

Commit 767e6e6

Browse files
committed
Updates travis.yml
1 parent 31fc09b commit 767e6e6

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
@@ -10,7 +10,7 @@ before_script:
1010
- typings install
1111
script:
1212
- npm run build # Runs next build
13-
- npm run export # Runs next export and generates the out directory
13+
- npx next export # Runs next export and generates the out directory
1414
- touch out/.nojekyll # Creates a file telling Github not to build the project using Jekyll
1515
deploy:
1616
provider: pages # Informs Travis this is a deployment to GitHub Pages

0 commit comments

Comments
 (0)