Skip to content

Commit 74d4963

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
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"

0 commit comments

Comments
 (0)