Browse Source

wip, remove prepack script

Alexander Rose 5 years ago
parent
commit
6c3d58743d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -24,8 +24,7 @@
         "serve": "http-server -p 1335",
         "preversion": "npm run test",
         "postversion": "git push && git push --tags",
-        "prepublishOnly": "npm run test && npm run build",
-        "prepack": "npm run build"
+        "prepublishOnly": "npm run test && npm run build"
     },
     "main": "build/src/index.js",
     "files": [