We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119146f commit 0614497Copy full SHA for 0614497
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"scripts": {
31
"prepublishOnly": "cp typescript/README.md README.md",
32
"postpublish": "git checkout README.md",
33
- "clean": "rm -rf dist typescript/*.js typescript/*.d.ts typescript/*.js.map tsconfig.tsbuildinfo && cargo clean",
+ "clean": "rm -rf dist tsconfig.tsbuildinfo && cargo clean",
34
"test": "cargo check --all-targets && cargo test && vitest run",
35
"test:ts": "vitest run",
36
"test:ts:watch": "vitest",
0 commit comments