Skip to content

Commit

Permalink
build: temporarily disable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jul 10, 2023
1 parent 9fcd1ed commit 8f24c98
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 @@ -41,7 +41,7 @@
},
"scripts": {
"compile": "tsc",
"test": "run-s test:*",
"test": "run-s test:compile && test:integration",
"test:compile": "tsc --noEmit",
"test:quality": "xo source/ test/",
"test:integration": "NODE_OPTIONS='--loader=tsx' ava"
Expand Down

0 comments on commit 8f24c98

Please sign in to comment.