chore: update scripts [ci skip]

This commit is contained in:
Amour1688 2021-09-03 23:57:11 +08:00
parent 55035e3f1d
commit 95ddd34acc

View File

@ -11,7 +11,7 @@
"url": "git+https://github.com/vuejs/jsx-next.git" "url": "git+https://github.com/vuejs/jsx-next.git"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "rm -rf dist && tsc",
"lint": "eslint 'src/*.ts'", "lint": "eslint 'src/*.ts'",
"test": "yarn build && jest --coverage", "test": "yarn build && jest --coverage",
"prepublishOnly": "yarn build" "prepublishOnly": "yarn build"