From d134994ef326d87dd122f6bc170a8cc0a300371d Mon Sep 17 00:00:00 2001 From: Sivan Date: Thu, 20 Feb 2020 21:18:55 +0800 Subject: [PATCH] chore: update deploy command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1c1e6f..842d3cc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "start": "node-sass -w --output-style=compressed lib/heti.scss demo/heti.min.css", "build": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed", - "deploy": "npm run build && gh-pages -d demo", + "deploy": "gh-pages -d demo", "test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'" }, "repository": {