Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Solved error on using old nextjs:lint by next:lint command
  • Loading branch information
danitome24 authored Jan 26, 2025
1 parent 576c94f commit 312e941
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 @@ -32,7 +32,7 @@
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
"hardhat:test": "yarn workspace @se-2/hardhat test",
"hardhat:verify": "yarn workspace @se-2/hardhat verify",
"lint": "yarn nextjs:lint && yarn hardhat:lint",
"lint": "yarn next:lint && yarn hardhat:lint",
"next:build": "yarn workspace @se-2/nextjs build",
"next:check-types": "yarn workspace @se-2/nextjs check-types",
"next:format": "yarn workspace @se-2/nextjs format",
Expand Down

0 comments on commit 312e941

Please sign in to comment.