Skip to content

Commit

Permalink
test: simplify demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Dec 4, 2023
1 parent 9b1b591 commit 6b85790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

.idea
node_modules

test/fixture/cache
test/fixture/out
4 changes: 1 addition & 3 deletions test/fixture/demo.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import nwbuild from "nw-builder";

await nwbuild({
srcDir: "gyp",
srcDir: "app",
mode: "build",
glob: false,
logLevel: "debug",
nativeAddon: "gyp",
});

0 comments on commit 6b85790

Please sign in to comment.