From 195c0557b39977567f94a2afc47d68722dcf8ad8 Mon Sep 17 00:00:00 2001 From: ShanaMaid Date: Mon, 20 Aug 2018 10:15:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(cfg):=20=E9=85=8D=E7=BD=AE=E5=AE=98?= =?UTF-8?q?=E7=BD=91=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5609031..099a14b 100755 --- a/package.json +++ b/package.json @@ -25,14 +25,15 @@ "scripts": { "dev": "webpack-dev-server", "build": "node scripts/build.js", - "site": "webpack --mode=production --devtool=null", + "site": "webpack --mode=production --devtool=null &&cd build && node up.js", "new": "node scripts/new-component.js", "new:docs": "node scripts/new-docs.js", "precommit": "npm run lint", "lint:ts": "tslint -p .", "lint:less": "stylelint 'components/**/**.less --syntax less'", "lint": "npm run lint:less && npm run lint:ts", - "test": "jest" + "test": "jest", + "site:pull": "git clone https://github.com/Yoshino-UI/yoshino-ui.github.io.git build" }, "jest": { "setupFiles": [