Skip to content

Commit e6d0283

Browse files
committed
fix: build command
1 parent c89563b commit e6d0283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-whatsapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"build": "tsc --format esm --dts",
8+
"build": "tsup --format esm --dts",
99
"dev": "tsup --format esm --dts --watch",
1010
"test": "jest",
1111
"lint": "eslint . --fix"

0 commit comments

Comments
 (0)