Skip to content

Commit

Permalink
Remove --fix flag from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Apr 17, 2024
1 parent ac7c40d commit 07bd738
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 -p ${CADENCE_WEB_PORT}",
"build": "NODE_ENV=production && next build",
"start": "next start -p ${CADENCE_WEB_PORT-8088}",
"lint": "next lint --fix",
"lint": "next lint",
"install-idl": "mkdir -p node_modules && cd node_modules && npx --yes tiged https://github.com/uber/cadence-idl#e3a59cdd3c3676b0edee2f3262a22379f25b9fa5 cadence-idl",
"generate:idl": "mkdir -p src/idl; npm run generate:idl:proto",
"generate:idl:proto": "rm -rf src/idl/proto && cp -R node_modules/cadence-idl/proto src/idl/proto",
Expand Down

0 comments on commit 07bd738

Please sign in to comment.