Skip to content

Commit

Permalink
Adjust prettier incantation so it applies to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 27, 2025
1 parent 25221ee commit fd43cbd
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 @@ -65,7 +65,7 @@
"publish-website": "node docs/publish_website.js",
"docs": "npm run pdf-guide && npm run website && npm run browserify-example",
"lint": "eslint {lib,tests}/**/*.js",
"prettier": "prettier {lib,tests,examples,docs}/**/*.js",
"prettier": "prettier lib tests examples docs",
"test": "jest -i --env=node",
"test:visual": "jest visual/ -i --env=node",
"test:unit": "jest unit/ --env=node"
Expand Down

0 comments on commit fd43cbd

Please sign in to comment.