Skip to content

Commit c0279fc

Browse files
committed
fix: build before publish
1 parent 3a4d145 commit c0279fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"typecheck": "tsc --noEmit",
3333
"lint": "eslint .",
3434
"lint:fix": "eslint . --fix",
35-
"format": "prettier --write ."
35+
"format": "prettier --write .",
36+
"prepublishOnly": "pnpm run build"
3637
},
3738
"dependencies": {
3839
"@google-cloud/pino-logging-gcp-config": "^1.3.1",

0 commit comments

Comments
 (0)