Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayShrivastava committed Mar 9, 2024
1 parent 3647552 commit e017472
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 @@
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"build-prod": "mkdir -p out && run-s clean build",
"build-prod": "next build && next export -o out && run-s clean build",
"clean": "rimraf .next .swc out",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
Expand Down

0 comments on commit e017472

Please sign in to comment.