Skip to content

Commit 93fa7b0

Browse files
authored
build: remove rimraf in favor of pnpm shell emulator (#263)
1 parent 0fd2f43 commit 93fa7b0

File tree

3 files changed

+3
-68
lines changed

3 files changed

+3
-68
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
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",
41-
"build": "concurrently -g pnpm:build:*",
41+
"build": "concurrently -g 'pnpm:build:*'",
4242
"build:dist": "rolldown src/action/main.ts --dir=dist --platform=node --treeshake --sourcemap",
4343
"build:lib": "tsc",
4444
"test": "vitest",
@@ -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)