chore: Compatible with windows users (#151)

This commit is contained in:
ADNY 2023-04-19 19:55:54 +08:00 committed by GitHub
parent 6ea177e8a5
commit 68bb4530fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -68,5 +68,8 @@
"bold": false,
"italic": false
}
],
"cSpell.words": [
"preinstall"
]
}
}

View File

@ -69,7 +69,7 @@
"test:pub-runtime": "npm run build:runtime-vue2 && npm run release:vue2 && npm run build:runtime-vue3 && npm run release:vue3 && mv -f tgzs/*.tgz ./ && npm run pubTgz -- production",
"test:pubTgz": "npm run pubTgz -- production",
"clean:build": "rimraf packages/dist2 packages/dist3 packages/renderless/dist",
"clean:dependencies": "rm -rf node_modules /**/node_modules",
"clean:dependencies": "rimraf node_modules /**/node_modules",
"// ---------- 构建【mf】版本 ----------": "",
"preci:deployMfPatch": "pnpm clean:build && lerna version prepatch --conventional-prerelease --include-merged-tags --preid mf --no-push --yes",
"ci:deployMfPatch": "lerna publish from-package --yes --dist-tag mf",
@ -217,4 +217,4 @@
"> 1%",
"last 2 versions"
]
}
}