Skip to content

Commit

Permalink
test: verify --no-glob style arg works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushman Chhabra committed Jul 11, 2023
1 parent e7918e1 commit cc30892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"doc:bld": "vitepress build doc",
"test:unit": "node --test-reporter=spec --test test/unit/index.js",
"test:e2e": "node --test-reporter=spec --test test/e2e/index.js",
"test:demo": "cd test/fixture && node demo.js",
"test:cli": "cd test/fixture && nwbuild --platform win --arch x64 --outDir out --glob=false app"
"test:mod": "cd test/fixture && node demo.js",
"test:cli": "cd test/fixture && nwbuild --platform win --arch x64 --outDir out --no-glob app"
},
"devDependencies": {
"eslint": "^8.44.0",
Expand Down

0 comments on commit cc30892

Please sign in to comment.