Skip to content

Commit

Permalink
Log package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsee55 committed Jul 2, 2024
1 parent 0c2f3cd commit 2cd9d66
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 @@ -17,7 +17,7 @@
"prepublishOnly": "tsc && rm out/utils/*.d.ts && rm out/tsconfig.tsbuildinfo",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write .",
"test": "jest --verbose",
"test": "cat package-lock.json && jest --verbose",
"test-verbose": "tsc --sourceMap && jest --verbose --coverage --globals \"{\\\"coverage\\\":true}\""
},
"prettier": "@vercel/style-guide/prettier",
Expand Down

0 comments on commit 2cd9d66

Please sign in to comment.