Skip to content

Commit

Permalink
chore: rollback api lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Jun 3, 2024
1 parent 5e79a7b commit 664e561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"start": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --config=../../.eslintrc.json .",
"test": "jest --selectProjects unit functional",
"test:watch": "jest --selectProjects unit functional --watch",
"test:cov": "jest --selectProjects unit functional --coverage",
Expand Down

0 comments on commit 664e561

Please sign in to comment.