Skip to content

Commit 0638e0b

Browse files
committed
chore(scripts): replace all clean script by open-ally clear-ts-build script
1 parent f61651b commit 0638e0b

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "npm run lint && npm run test-only",
88
"ci:publish": "changeset publish",
99
"ci:version": "changeset version",
10-
"clean": "node scripts/clean.js"
10+
"clean": "clear-ts-build"
1111
},
1212
"workspaces": [
1313
"workspaces/estree-ast-utils",
@@ -22,7 +22,7 @@
2222
"@changesets/changelog-github": "^0.5.1",
2323
"@changesets/cli": "^2.29.4",
2424
"@openally/config.eslint": "^2.0.0",
25-
"@openally/config.typescript": "^1.0.3",
25+
"@openally/config.typescript": "^1.1.0",
2626
"@types/node": "^24.0.2",
2727
"c8": "^10.1.2",
2828
"iterator-matcher": "^2.1.0",

scripts/clean.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)