Skip to content

Commit

Permalink
fix dist file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Apr 15, 2019
1 parent e126f97 commit f66f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js: "11"

script: npm run build

before_deploy: mv dist/index.json dist/index-${TRAVIS_TAG}.html
before_deploy: mv dist/index.html dist/index-${TRAVIS_TAG}.html

deploy:
skip_cleanup: true
Expand Down

0 comments on commit f66f66f

Please sign in to comment.