Skip to content

Commit fb23aae

Browse files
committed
correct bin path
1 parent fae04df commit fb23aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "github action for the svelte org to deploy documentation to the svelte api",
55
"main": "dist/cli.js",
6-
"bin": "dist/cli.js",
6+
"bin": "cli.js",
77
"scripts": {
88
"test": "uvu -r ts-node/register src test.ts$",
99
"build": "rollup -c",

0 commit comments

Comments
 (0)