From b4f7028b8b7d0fe933ce392b01b4d24f68bcd58e Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sat, 20 Jan 2018 15:14:36 +0800 Subject: [PATCH] no publish --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1fd28d7..8b0833c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "index.js", "scripts": { "postinstall": "lerna bootstrap", - "publish": "lerna run build && lerna publish --silent", "build": "./node_modules/.bin/gulp prod", "start": "node -r babel-register ./node_modules/.bin/webpack-dev-server --config webpack.config.babel.js", "lint": "eslint ./packages --ext .js --ext .jsx --ignore-path .gitignore",