We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61651b commit 0638e0bCopy full SHA for 0638e0b
package.json
@@ -7,7 +7,7 @@
7
"check": "npm run lint && npm run test-only",
8
"ci:publish": "changeset publish",
9
"ci:version": "changeset version",
10
- "clean": "node scripts/clean.js"
+ "clean": "clear-ts-build"
11
},
12
"workspaces": [
13
"workspaces/estree-ast-utils",
@@ -22,7 +22,7 @@
22
"@changesets/changelog-github": "^0.5.1",
23
"@changesets/cli": "^2.29.4",
24
"@openally/config.eslint": "^2.0.0",
25
- "@openally/config.typescript": "^1.0.3",
+ "@openally/config.typescript": "^1.1.0",
26
"@types/node": "^24.0.2",
27
"c8": "^10.1.2",
28
"iterator-matcher": "^2.1.0",
scripts/clean.js
0 commit comments