Skip to content

Commit

Permalink
chore(test): remove node prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 9, 2024
1 parent 6401d30 commit 1978370
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 @@ -49,7 +49,7 @@
"demo:bld:linux": "node ./tests/fixtures/demo.linux.js",
"demo:bld:osx": "node ./tests/fixtures/demo.osx.js",
"demo:bld:win": "node ./tests/fixtures/demo.win.js",
"demo:exe:linux": "node ./tests/fixtures/out/linux/Demo",
"demo:exe:linux": "./tests/fixtures/out/linux/Demo",
"demo:exe:osx": "./tests/fixtures/out/osx/Demo.app/Contents/MacOS/Demo",
"demo:exe:win": "./tests/fixtures/out/win/Demo.exe",
"demo:cli": "nwbuild --mode=run --flavor=sdk --glob=false --cacheDir=./node_modules/nw ./tests/fixtures/app"
Expand Down

0 comments on commit 1978370

Please sign in to comment.