Skip to content

Commit e84823e

Browse files
committed
feat: add script yarn test to travis
1 parent 108138e commit e84823e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ install:
1111

1212
script:
1313
- yarn build
14+
- yarn test
1415

1516
deploy:
1617
provider: script
1718
skip_cleanup: true
1819
script:
19-
- yarn lerna exec --concurrency 1 "npx --no-install semantic-release -e semantic-release-monorepo" && node -e "require('semantic-release-monorepo-hooks').hookAfterAll()"
20+
- yarn lerna exec --concurrency 1 "npx --no-install semantic-release -e semantic-release-monorepo" && node -e "require('semantic-release-monorepo-hooks').hookAfterAll()"

0 commit comments

Comments
 (0)