diff --git a/.travis.yml b/.travis.yml index 0e2f82eb..771217a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: - pnpm run coverage - pnpm run build before_deploy: - - mv dist/index.html dist/vip-report-template.html + - cp dist/index.html dist/vip-report-template.html deploy: - provider: script script: bash scripts/deploy_npm_registry.sh