Skip to content

Commit 2d3f69b

Browse files
committed
Add clean script
1 parent 97a17c6 commit 2d3f69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository": "https://github.com/GoodNotes/GoodNotes-5",
55
"private": true,
66
"scripts": {
7+
"clean": "rm -rf src/grammar.json src/node-types.json src/parser.c src/tree_sitter log.html .swift build public coverage",
78
"generate": "tree-sitter generate --no-bindings",
89
"test": "tree-sitter test",
910
"lint": "eslint grammar.js && prettier --check grammar.js",

0 commit comments

Comments
 (0)