-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove no-bundle from test build and fix flag
We run build before test but pass `--no-bundle` on the assumption that a project build command is `aegir build`. Passing `--no-bundle` skips making a minified build for a tiny speedup. If the project build command isn't `aegir build` this can break things so remove the optimisation. Also build by default before test and fix the problem whereby the build flag was being ignored for typescript projects. Fixes: #975
- Loading branch information
1 parent
d7608ad
commit 9360526
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters