Skip to content

Commit 95ddd34

Browse files
committed
chore: update scripts [ci skip]
1 parent 55035e3 commit 95ddd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/vuejs/jsx-next.git"
1212
},
1313
"scripts": {
14-
"build": "tsc",
14+
"build": "rm -rf dist && tsc",
1515
"lint": "eslint 'src/*.ts'",
1616
"test": "yarn build && jest --coverage",
1717
"prepublishOnly": "yarn build"

0 commit comments

Comments
 (0)