Skip to content

Commit a71d541

Browse files
committed
build: remove rimraf in favor of pnpm shell emulator
1 parent 0fd2f43 commit a71d541

File tree

3 files changed

+2
-67
lines changed

3 files changed

+2
-67
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"all": "pnpm clean && pnpm build && pnpm format && pnpm coverage",
38-
"clean": "rimraf coverage lib dist e2e/fixture *.tgz",
38+
"clean": "rm -rf coverage lib dist e2e/fixture *.tgz",
3939
"lint": "eslint . && prettier . --check",
4040
"format": "eslint . --fix && prettier . --write",
4141
"build": "concurrently -g pnpm:build:*",
@@ -66,7 +66,6 @@
6666
"globals": "^17.0.0",
6767
"prettier": "^3.7.4",
6868
"prettier-plugin-jsdoc": "^1.8.0",
69-
"rimraf": "^6.1.2",
7069
"rolldown": "1.0.0-rc.2",
7170
"typescript": "^5.9.2",
7271
"vitest": "^4.0.16",

pnpm-lock.yaml

Lines changed: 0 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ overrides:
66
# actions/http-client@2.2 increases bundle size dramatically
77
# https://github.com/actions/toolkit/issues/1621
88
"@actions/http-client@2": "~2.1.1"
9+
shellEmulator: true

0 commit comments

Comments
 (0)