add e2e testing
This commit is contained in:
parent
b566cfa0ac
commit
ac9aec9d6c
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ script:
|
|||
- npm run lint
|
||||
- npm test
|
||||
- npm run package
|
||||
- npm run build && \
|
||||
npm run ambassador:build && \
|
||||
npm run test:e2e || npm run test:e2e || npm run test:e2e
|
||||
|
|
Reference in a new issue