diff --git a/package.json b/package.json
index 80ec3c4d..c6a42617 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,11 @@
   "description": "A framework for real-time p2p shared editing on any data",
   "main": "./src/y.js",
   "scripts": {
+    "test": "npm run lint",
     "lint": "standard",
     "dist": "rollup -c rollup.dist.js",
     "serve": "concurrently 'serve ..' 'rollup -wc rollup.dist.js -o examples/bower_components/yjs/y.js'",
-    "postversion": "npm run lint && npm run dist",
+    "postversion": "npm run dist",
     "postpublish": "tag-dist-files --overwrite-existing-tag"
   },
   "files": [