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
|
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
|
||||||
|
|
Loading…
Reference in a new issue