Skip to content

Commit 0614497

Browse files
committed
Fix clean script
1 parent 119146f commit 0614497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"scripts": {
3131
"prepublishOnly": "cp typescript/README.md README.md",
3232
"postpublish": "git checkout README.md",
33-
"clean": "rm -rf dist typescript/*.js typescript/*.d.ts typescript/*.js.map tsconfig.tsbuildinfo && cargo clean",
33+
"clean": "rm -rf dist tsconfig.tsbuildinfo && cargo clean",
3434
"test": "cargo check --all-targets && cargo test && vitest run",
3535
"test:ts": "vitest run",
3636
"test:ts:watch": "vitest",

0 commit comments

Comments
 (0)