Browse Source

upd: del linux rm cmd

richard1015 4 years ago
parent
commit
e79a86b8e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -36,7 +36,7 @@
     "CHANGELOG.md"
   ],
   "scripts": {
-    "checked": "npm run generate:file && rm -rf dist/ && tsc",
+    "checked": "npm run generate:file && tsc",
     "dev": "npm run checked && vite --open",
     "build:site": "npm run checked && vite build",
     "build:gh-pages": "npm run checked && vite build --base=/nutui/",