Skip to content

Commit

Permalink
fix(test): false positives while building and running demo app (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Feb 4, 2023
1 parent e223f4e commit 8c6af3d
Show file tree
Hide file tree
Showing 16 changed files with 1,112 additions and 1,900 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.0.9] - 2023-02-03

### Added

- Run and build demo app in CI.

### Changed

- Fixed false positives in CI
- Throw errors instead of returning them
- Reject error object instead of exit code

## [4.0.8] - 2023-01-15

### Added
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Module usage
import nwbuild from "nw-builder";

nwbuild({
// Globbing does not matter since a process is spawned against the nwapp directory
srcDir: "./nwapp/**/*",
mode: "run",
version: "latest",
Expand Down
Loading

0 comments on commit 8c6af3d

Please sign in to comment.