Skip to content

Commit e20f05e

Browse files
committed
wip
1 parent d7d00e2 commit e20f05e

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
@@ -4,6 +4,6 @@
44
"tar": "^7.4.3"
55
},
66
"scripts": {
7-
"dist": "pkgx bun build ./action.js --outfile ./action.js --target node --minify"
7+
"dist": "npx esbuild ./action.js --bundle --platform=node --target=node20 --outfile=./action.js"
88
}
99
}

0 commit comments

Comments
 (0)