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 66af84b commit a478f3bCopy full SHA for a478f3b
package.json
@@ -22,7 +22,7 @@
22
"start": "node --no-deprecation dist/index.js",
23
"build": "tsc --noEmit && tsc",
24
"build:ci": "tsc",
25
- "clean": "rimraf dist",
+ "clean": "rimraf node_modules dist",
26
"lint": "eslint \"src/**/*.ts\" --fix",
27
"format": "prettier --write \"src/**/*.*\"",
28
"test": "vitest run",
0 commit comments