Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe authored Jan 22, 2024
1 parent 7691dd2 commit ea3548a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"build": "rm -rf lib && tsc",
"prepublishOnly": "rm -rf lib && tsc && xrun xarc/check",
"test": "jest",
"coverage": "jest --collectCoverage",
"lint": "eslint",
"format": "prettier . --write",
"format:check": "prettier . --write",
"format:check": "prettier . --check",
"check": "run-p lint format:check",
"sample": "node test/sample/index.js"
},
Expand Down

0 comments on commit ea3548a

Please sign in to comment.