Skip to content

Commit

Permalink
Add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
gn-lluis-u committed Jun 27, 2024
1 parent 97a17c6 commit 2d3f69b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"repository": "https://github.com/GoodNotes/GoodNotes-5",
"private": true,
"scripts": {
"clean": "rm -rf src/grammar.json src/node-types.json src/parser.c src/tree_sitter log.html .swift build public coverage",
"generate": "tree-sitter generate --no-bindings",
"test": "tree-sitter test",
"lint": "eslint grammar.js && prettier --check grammar.js",
Expand Down

0 comments on commit 2d3f69b

Please sign in to comment.