Browse Source

Remove prepublish hook for now

Loris Leiva 1 year ago
parent
commit
d2633815be
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -19,8 +19,7 @@
     "build": "zx ./scripts/build.mjs",
     "build": "zx ./scripts/build.mjs",
     "snapshot": "zx ./scripts/snapshot.mjs",
     "snapshot": "zx ./scripts/snapshot.mjs",
     "pretest": "pnpm build snapshot",
     "pretest": "pnpm build snapshot",
-    "test": "zx ./scripts/test.mjs",
-    "prepublishOnly": "zx ./scripts/prepublish.mjs"
+    "test": "zx ./scripts/test.mjs"
   },
   },
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",