From 67189f4d44a38dcbf98fb96578b496c5fc165eb3 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 5 Jul 2017 18:40:41 +0200 Subject: [PATCH] dont lint in postversion --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [