Merge "[build] Fold NPM build script into test"

This commit is contained in:
jenkins-bot 2020-08-03 19:54:52 +00:00 committed by Gerrit Code Review
commit 3707751621
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
"private": true,
"scripts": {
"start": "dev-scripts/setup-storybook.sh && start-storybook --quiet -p 6006 -s docs/ui",
"build": "npm -s test && npm -s run doc",
"test": "npm -s run lint && tsc",
"test": "npm -s run lint && tsc && npm -s run doc",
"test:size": "node ./tests/resource-loader-bundlesize.js",
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
"lint:fix:js": "npm -s run lint:js -- --fix",