Move travis build command

This commit is contained in:
Dominik Korsa 2019-02-24 20:13:38 +01:00
parent 786c03128a
commit 1b93822695

View file

@ -10,8 +10,6 @@ deploy:
local-dir: dist local-dir: dist
on: on:
branch: master branch: master
script:
- npm run build
branches: branches:
only: only:
@ -19,3 +17,4 @@ branches:
script: script:
- npm run lint - npm run lint
- npm run build