Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Thanks for the comments! I added the missing closing brace, removed the duplicate section and fix some formatting and comma placements.
  • Loading branch information
MathioLucas authored Dec 19, 2024
1 parent 4a321be commit 6aaf36f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@
},
"engines": {
"node": "20.x"
"scripts": {
"build": "node generateAvatars.js && your-build-command"
}

},
"scripts": {
"build": "webpack --mode=production",
"build": "node generateAvatars.js && webpack --mode=production",
"build:dev": "webpack --mode=development",
"start": "cross-env NODE_ENV=production webpack-dev-server",
"start:dev": "cross-env NODE_ENV=development webpack-dev-server",
Expand Down

0 comments on commit 6aaf36f

Please sign in to comment.