chore(release): Build files before running tests
Files should be built before running tests, since Cypress requires those files
This commit is contained in:
parent
48e0034eb1
commit
9ed446194d
@ -14,7 +14,7 @@ notifications:
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run test
|
||||
- npm run build
|
||||
- npm run test
|
||||
after_success:
|
||||
- ./node_modules/.bin/travis-deploy-once "npm run semantic-release"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user