Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Apr 22, 2024
1 parent 7d103b6 commit 76a5a8e
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 @@ -6,7 +6,7 @@
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"build": "next build && node generate-changelog.js && node update-readme.js"
"build": "next build && node generate-changelog.js && node update-readme.js",
"lint:check": "eslint --config .eslintrc.json .",
"lint:fix": "eslint --config .eslintrc.json . --fix",
"format:check": "prettier --check \"**/*.{ts,tsx,json}\"",
Expand Down

0 comments on commit 76a5a8e

Please sign in to comment.