From 86314e2004e605378fe97a1fcab3ce3c6a92183a Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 29 Oct 2017 18:19:08 +0800 Subject: [PATCH] Add npm run analyze --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1b91c586..72ee2422 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "start:no-proxy": "NO_PROXY=true roadhog server", "build": "roadhog build", "site": "roadhog-api-doc static", + "analyze": "roadhog build --analyze", "lint:style": "stylelint \"src/**/*.less\" --syntax less", "lint": "eslint --ext .js src mock tests && npm run lint:style", "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style", -- GitLab