Skip to content

Commit

Permalink
Merge pull request #1 from strkfarm/dev
Browse files Browse the repository at this point in the history
fix build command
  • Loading branch information
akiraonstarknet authored Jun 19, 2024
2 parents 989e8e8 + df92782 commit eba600c
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 160 deletions.
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",
"lint:check": "eslint --config .eslintrc.json .",
"lint:fix": "eslint --config .eslintrc.json . --fix",
"format:check": "prettier --check \"**/*.{ts,tsx,json}\"",
Expand Down
Loading

0 comments on commit eba600c

Please sign in to comment.