Make storybook stop warning on version changes and release notes

This commit is contained in:
Eric Schultz 2021-03-01 18:11:03 -06:00 committed by Eric Schultz
parent 01e1a67b9e
commit 4757b63f69
2 changed files with 4 additions and 3 deletions

View file

@ -21312,6 +21312,7 @@ Copyright (c) Facebook, Inc. and its affiliates.
** jest-util; version 26.3.0 -- https://github.com/facebook/jest#readme
Copyright (c) Facebook, Inc. and its affiliates.
** jest-validate; version 26.4.2 -- https://github.com/facebook/jest#readme
Copyright (c) Facebook, Inc. and its affiliates.
** jest-watcher; version 26.3.0 -- https://jestjs.io/
Copyright (c) Facebook, Inc. and its affiliates.
** jest-worker; version 26.3.0 -- https://github.com/facebook/jest#readme

View file

@ -11,9 +11,9 @@
"test": "bin/rails spec && yarn jest",
"jest": "bin/rails i18n:js:export && jest",
"eslint": "eslint . --ext .ts,.js,.es6,.tsx",
"storybook": "bin/rails i18n:js:export && start-storybook -p 6006 -c .storybook/react",
"build-storybook": "bin/rails i18n:js:export && build-storybook -c .storybook/react",
"html-storybook": "bin/start-html-storybook -p 6007 -c .storybook/html",
"storybook": "bin/rails i18n:js:export && start-storybook -p 6006 -c .storybook/react --no-version-updates --no-release-notes",
"build-storybook": "bin/rails i18n:js:export && build-storybook -c .storybook/react ",
"html-storybook": "bin/start-html-storybook -p 6007 -c .storybook/html --no-version-updates --no-release-notes",
"build-html-storybook": "bin/build-html-storybook -c .storybook/html",
"markdownlint": "npx markdownlint-cli **/*.md --ignore node_modules",
"prepare-for-push": "yarn test && yarn eslint --fix && yarn markdownlint --fix && bin/rails notice:update",