Skip to content

Commit c27a9c0

Browse files
committed
Fix build script
1 parent 6d19668 commit c27a9c0

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
@@ -31,7 +31,7 @@
3131
"dist"
3232
],
3333
"scripts": {
34-
"swcify": "swc ./src/index.ts --out-dir ./dist",
34+
"swcify": "swc ./src/index.ts --out-file ./dist/index.js",
3535
"build": "npm run swcify",
3636
"postbuild": "tsc --emitDeclarationOnly",
3737
"dev": "npm run swcify -- --watch"

0 commit comments

Comments
 (0)