Skip to content

Commit

Permalink
Add build script. Delete test-specific tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 25, 2024
1 parent 592a9f6 commit bff009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "make lint",
"fix": "make fix",
"tsc": "tsc",
"start": "make start"
"start": "make start",
"build": "make build"
},
"repository": {
"type": "git",
Expand Down
29 changes: 0 additions & 29 deletions test/tsconfig.json

This file was deleted.

0 comments on commit bff009e

Please sign in to comment.