Skip to content

Commit 8c6af3d

Browse files
fix(test): false positives while building and running demo app (#781)
1 parent e223f4e commit 8c6af3d

File tree

16 files changed

+1112
-1900
lines changed

16 files changed

+1112
-1900
lines changed

CHANGELOG-4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [4.0.9] - 2023-02-03
11+
12+
### Added
13+
14+
- Run and build demo app in CI.
15+
16+
### Changed
17+
18+
- Fixed false positives in CI
19+
- Throw errors instead of returning them
20+
- Reject error object instead of exit code
21+
1022
## [4.0.8] - 2023-01-15
1123

1224
### Added

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Module usage
3232
import nwbuild from "nw-builder";
3333

3434
nwbuild({
35-
// Globbing does not matter since a process is spawned against the nwapp directory
3635
srcDir: "./nwapp/**/*",
3736
mode: "run",
3837
version: "latest",

0 commit comments

Comments
 (0)