We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55035e3 commit 95ddd34Copy full SHA for 95ddd34
packages/babel-plugin-jsx/package.json
@@ -11,7 +11,7 @@
11
"url": "git+https://github.com/vuejs/jsx-next.git"
12
},
13
"scripts": {
14
- "build": "tsc",
+ "build": "rm -rf dist && tsc",
15
"lint": "eslint 'src/*.ts'",
16
"test": "yarn build && jest --coverage",
17
"prepublishOnly": "yarn build"
0 commit comments