Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: fix dev type error + update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Jul 6, 2020
1 parent 26f39d2 commit 958ba81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
"description": "Vite plugin for Vue2",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -w"
"dev": "tsc -w -p . --skipLibCheck",
"build": "rm -rf dist && tsc -p . --skipLibCheck",
"prepublishOnly": "yarn build"
},
"files": [
"dist"
],
"keywords": [
"vite",
"vue2"
],
"author": "underfin",
"license": "MIT",
"gitHooks": {
Expand Down

0 comments on commit 958ba81

Please sign in to comment.