fix: 修复windows下pnpm install rm rf not found (#149)

This commit is contained in:
程序员包子 2023-04-19 14:24:49 +08:00 committed by GitHub
parent b6bec13b6e
commit abd16d855b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"dev": "tsc -w -p .", "dev": "tsc -w -p .",
"build": "rm -rf dist && tsc && npx tsc --outDir dist", "build": "tsc && npx tsc --outDir dist",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"type": "module", "type": "module",