Move travis build command
This commit is contained in:
parent
786c03128a
commit
1b93822695
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,6 @@ deploy:
|
|||
local-dir: dist
|
||||
on:
|
||||
branch: master
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -19,3 +17,4 @@ branches:
|
|||
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue