Skip to content

Commit

Permalink
fix lint:fix command to use the same args as lint command to work on …
Browse files Browse the repository at this point in the history
…Windows
  • Loading branch information
vincentfretin committed Jun 3, 2024
1 parent 1514f38 commit 73fa969
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 @@ -9,7 +9,7 @@
"dist": "webpack --config webpack.prod.config.js --progress",
"dist:staging": "cross-env DEPLOY_ENV=development webpack --config webpack.prod.config.js --progress",
"lint": "eslint --ext .js,.jsx src",
"lint:fix": "eslint 'src/**/*.js' 'src/**/*.jsx' --fix",
"lint:fix": "eslint --ext .js,.jsx --fix src",
"prefirebase": "cp -R assets public && cp -R ui_assets public && cp index.html public && cp -R dist public",
"prepare": "husky install",
"prepublish": "npm run dist",
Expand Down

0 comments on commit 73fa969

Please sign in to comment.