Skip to content

Commit

Permalink
Merge pull request #16 from GoodNotes/lluis/add-clean-script
Browse files Browse the repository at this point in the history
Add `clean` script
  • Loading branch information
delr3ves authored Jun 28, 2024
2 parents abfe567 + 2d3f69b commit 0148693
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 0148693

Please sign in to comment.