Skip to content

Commit

Permalink
adding workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NikTheGeek1 committed Sep 19, 2024
1 parent d664909 commit e44a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "tsc -p tsconfig.json",
"build-all": "npm run clean && npm run build",
"test": "jest",
"lint": "eslint ./src",
"lint": "eslint ./src",
"clean": "rm -rf dist build package",
"docs": "typedoc --entryPoints src/main.ts"
},
Expand Down

0 comments on commit e44a2ae

Please sign in to comment.