Skip to content

Commit 31a2861

Browse files
committed
build: Fix pack script.
1 parent baf9cc5 commit 31a2861

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
@@ -6,7 +6,7 @@
66
"clean": "packemon clean --cwd packages/plugin",
77
"docs": "yarn run build && cd website && yarn run start",
88
"build": "packemon build --addEngines --cwd packages/plugin",
9-
"pack": "packemon pack --addEngines --declaration --cwd packages/plugin",
9+
"pack": "rm -f packages/plugin/tsconfig.lib.tsbuildinfo && packemon pack --addEngines --declaration --cwd packages/plugin",
1010
"format": "prettier --write .",
1111
"lint": "eslint --cache --color --fix --ext .ts,.tsx ./packages/*/{src,tests} ./website/src",
1212
"type": "tsc --build",

0 commit comments

Comments
 (0)