Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor committed Aug 24, 2024
1 parent 5c6ad3f commit 5775177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && eslint --fix .",
"lint": "eslint .",
"build": "tsc --project tsconfig.build.json",
"build": "tsc",
"watch": "tsc -w",
"test": "jest"
},
Expand Down
15 changes: 0 additions & 15 deletions tsconfig.build.json

This file was deleted.

0 comments on commit 5775177

Please sign in to comment.