We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108138e commit e84823eCopy full SHA for e84823e
.travis.yml
@@ -11,9 +11,10 @@ install:
11
12
script:
13
- yarn build
14
+ - yarn test
15
16
deploy:
17
provider: script
18
skip_cleanup: true
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