Skip to content

Commit

Permalink
chore: make build outout quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs committed Jul 21, 2020
1 parent 3365dfe commit f1eee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "yarn build:types && yarn build:ts",
"build:ts": "NODE_ENV=production yarn babel src -d dist --extensions '.ts,.tsx,.js,.jsx' --source-maps inline",
"build:types": "tsc -P ./tsconfig.lib.json --emitDeclarationOnly",
"build:storybook": "build-storybook -s public -o build",
"build:storybook": "build-storybook -s public -o build --quiet",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn eslint 'src/**/*.{js,jsx,ts,tsx,json,mdx}'",
Expand Down

0 comments on commit f1eee9d

Please sign in to comment.