Skip to content

Commit

Permalink
chore(package.json): introduce 'clean' script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Aug 17, 2024
1 parent 50b547c commit 5e062a3
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
@@ -1,6 +1,7 @@
{
"type": "module",
"scripts": {
"clean": "./bin/clean.sh",
"gen": "npm run gen:docs && npm run gen:tsc",
"gen:docs": "node ./bin/generate-docs.js",
"gen:tsc": "./bin/generate-typescript-typings.sh",
Expand Down

0 comments on commit 5e062a3

Please sign in to comment.