Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 977a51a

Browse files
committed
Add clean script
1 parent 0599bcd commit 977a51a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"typescript": "^4.8.4"
3636
},
3737
"scripts": {
38+
"clean": "rm -rf .nyc_output coverage dist",
3839
"build": "tsc",
3940
"lint": "eslint src/",
4041
"test": "nyc --reporter=lcov --reporter=text-summary ava",

0 commit comments

Comments
 (0)