diff --git a/package.json b/package.json index 1b91c58690f6050c6ed5ac76f2baaddac19590e4..72ee24220f9e3780424bd3a44c3460168048e1ce 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",