Skip to content

Commit 8263ef7

Browse files
fix(ci): correct bin path
1 parent 800ad59 commit 8263ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"main": "./src/index.js",
2929
"bin": {
30-
"nw-cli": "./src/cli.js"
30+
"nw-cli": "src/cli.js"
3131
},
3232
"types": "types/index.d.ts",
3333
"type": "module",

0 commit comments

Comments
 (0)