2 Commits

Author SHA1 Message Date
naomi 936f588f7e release: v1.1.1
Node.js CI / Lint and Test (push) Successful in 31s
2025-10-07 17:45:02 -07:00
naomi 52190a5112 chore(tools): lint and build before publishing 2025-10-07 17:44:42 -07:00
+2 -1
View File
@@ -1,10 +1,11 @@
{
"name": "@nhcarrigan/logger",
"version": "1.1.0-hotfix",
"version": "1.1.1",
"description": "Our custom logging package, which pipes logs to our alerts server.",
"type": "module",
"main": "prod/index.js",
"scripts": {
"prepublish": "pnpm lint && pnpm build",
"lint": "eslint src --max-warnings 0",
"build": "rm -rf prod && tsc",
"test": "echo \"Error: no test specified\" && exit 0"