Skip to content

Commit 5e21f17

Browse files
committed
No need to clean generated code now
1 parent 8b05996 commit 5e21f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"scripts": {
9-
"clean": "rimraf coverage/ docs/ types/ lib/EastAsianWidth.js lib/LineBreak.js",
9+
"clean": "rimraf coverage/ docs/ types/",
1010
"docs": "typedoc",
1111
"test": "c8 node --test test/*.test.js",
1212
"lint": "eslint .",

0 commit comments

Comments
 (0)