Skip to content

Commit a98131c

Browse files
committed
chore: replace rm with rimraf as cross-platform
1 parent 1422e01 commit a98131c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

js/plugins/compat-oai/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"npm-run-all": "^4.1.5",
3434
"ts-jest": "^29.1.2",
3535
"tsup": "^8.0.2",
36-
"typescript": "^5.4.5"
36+
"typescript": "^5.4.5",
37+
"rimraf": "^6.0.1"
3738
},
3839
"types": "./lib/index.d.ts",
3940
"exports": {
@@ -67,7 +68,7 @@
6768
"scripts": {
6869
"check": "tsc",
6970
"compile": "tsup-node",
70-
"build:clean": "rm -rf ./lib",
71+
"build:clean": "rimraf ./lib",
7172
"build": "npm-run-all build:clean check compile",
7273
"build:watch": "tsup-node --watch",
7374
"test": "jest --coverage"

js/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)