Skip to content

Commit

Permalink
Build Tooling: Run packages custom build script in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 8, 2019
1 parent b6b77dc commit 00358d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
install:
- npm ci
script:
# It's not necessary to run the full build, since Jest can interpret
# source files with `babel-jest`. Some packages have their own custom
# build tasks, however. These must be run.
- npx lerna run build
- npm run test-unit -- --ci --maxWorkers=2 --cacheDirectory="$HOME/.jest-cache"

- name: PHP unit tests (Docker)
Expand Down

0 comments on commit 00358d8

Please sign in to comment.