Skip to content

Commit

Permalink
fix: lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 10, 2024
1 parent e49bcae commit edc3d3a
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 @@ -43,7 +43,7 @@
"test:pg": "cross-env DB=pg node --enable-source-maps --loader=ts-node/esm ./bin/test.js",
"test:docker": "npm run test:mysql && npm run test:mysql_legacy && npm run test:pg && npm run test:mssql",
"quick:test": "cross-env DB=sqlite node --enable-source-maps --loader=ts-node/esm ./bin/test.js",
"lint": "eslint . --ext=.ts",
"lint": "eslint",
"clean": "del-cli build",
"compile": "npm run lint && npm run clean && tsc",
"postcompile": "npm run copy:templates && npm run index:commands",
Expand Down

0 comments on commit edc3d3a

Please sign in to comment.