Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Ulises Gascón <[email protected]>
  • Loading branch information
Abdel-Monaam-Aouini and UlisesGascon authored Nov 3, 2024
1 parent 0987da1 commit 9d16f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"lib/"
],
"scripts": {
"format": "prettier --write \"**/*.js\"",
"format": "prettier \"**/*.js\"",
"format:fix": "prettier --write \"**/*.js\"",
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
Expand Down

0 comments on commit 9d16f41

Please sign in to comment.