Skip to content

Commit 3a61021

Browse files
committed
rimraf
1 parent 882ea53 commit 3a61021

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"postinstall": "yarn symlink"
1414
},
1515
"devDependencies": {
16-
"@types/jest": "^29.5.11",
1716
"@types/jest-in-case": "^1.0.2",
17+
"@types/jest": "^29.5.11",
1818
"@types/mkdirp": "1.0.2",
1919
"@types/node": "^20.12.7",
2020
"@typescript-eslint/eslint-plugin": "^6.18.1",
2121
"@typescript-eslint/parser": "^6.18.1",
2222
"copyfiles": "^2.4.1",
23-
"del-cli": "^5.1.0",
24-
"eslint": "^8.56.0",
2523
"eslint-config-prettier": "^9.1.0",
2624
"eslint-plugin-simple-import-sort": "^10.0.0",
2725
"eslint-plugin-unused-imports": "^3.0.0",
26+
"eslint": "^8.56.0",
2827
"glob": "8.0.3",
29-
"jest": "^29.6.2",
3028
"jest-in-case": "^1.0.2",
29+
"jest": "^29.6.2",
3130
"lerna": "^6",
3231
"mkdirp": "1.0.2",
3332
"prettier": "^3.0.2",
33+
"rimraf": "4.4.1",
3434
"strip-ansi": "^6",
3535
"symlink-workspace": "^1.9.0",
3636
"ts-jest": "^29.1.1",

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"copy": "copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist",
17-
"clean": "del dist/**",
17+
"clean": "rimraf dist/**",
1818
"prepare": "npm run build",
1919
"codegen": "ts-node ./scripts/build.ts",
2020
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",

packages/ts-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"copy": "copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist",
21-
"clean": "del dist/**",
21+
"clean": "rimraf dist/**",
2222
"prepare": "npm run build",
2323
"cmds": "ts-node ./scripts/cmds.ts",
2424
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"copy": "copyfiles -f LICENSE-Apache LICENSE-MIT README.md package.json dist",
17-
"clean": "del dist/**",
17+
"clean": "rimraf dist/**",
1818
"prepare": "npm run build",
1919
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
2020
"test": "jest --passWithNoTests",

0 commit comments

Comments
 (0)