Skip to content

Commit

Permalink
path expansion is supressed with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Mar 31, 2020
1 parent 502251b commit c829021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "index.d.ts",
"scripts": {
"test": "run-script-os",
"test:darwin:linux": "jasmine 'test/**/*.js'",
"test:darwin:linux": "jasmine test/**/*.js",
"test-keyboard": "node test/keyboard.js",
"test:win32": "jasmine test/**/*.js",
"install": "prebuild-install || node-gyp rebuild",
Expand Down

0 comments on commit c829021

Please sign in to comment.