Skip to content

Commit

Permalink
chore: remove comma in package json's scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
koremp committed Sep 2, 2024
1 parent 66e2e84 commit 2a73842
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 @@ -11,7 +11,7 @@
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint ./src -c ./.eslintrc.js --ext .js, .jsx",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=false eslint ./src -c ./.eslintrc.js --fix --ext .js,.jsx",
"build:dev": "webpack --mode=development --config webpack.config.js",
"build:prod": "webpack --mode=production --config webpack.config.js",
"build:prod": "webpack --mode=production --config webpack.config.js"
},
"homepage": "https://koremp.github.io/fancheer",
"keywords": [],
Expand Down

0 comments on commit 2a73842

Please sign in to comment.