We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89563b commit e6d0283Copy full SHA for e6d0283
packages/plugin-whatsapp/package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
- "build": "tsc --format esm --dts",
+ "build": "tsup --format esm --dts",
9
"dev": "tsup --format esm --dts --watch",
10
"test": "jest",
11
"lint": "eslint . --fix"
0 commit comments