yarn prepare-for-push(-js) tries to eslint violations
This commit is contained in:
parent
94f63f3b3c
commit
dae186dde0
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
"html-storybook": "bin/start-html-storybook -p 6007 -c .storybook/html",
|
"html-storybook": "bin/start-html-storybook -p 6007 -c .storybook/html",
|
||||||
"build-html-storybook": "bin/build-html-storybook -c .storybook/html",
|
"build-html-storybook": "bin/build-html-storybook -c .storybook/html",
|
||||||
"markdownlint": "npx markdownlint-cli **/*.md --ignore node_modules",
|
"markdownlint": "npx markdownlint-cli **/*.md --ignore node_modules",
|
||||||
"prepare-for-push": "yarn test && yarn eslint && yarn markdownlint --fix && bin/rails notice:update",
|
"prepare-for-push": "yarn test && yarn eslint --fix && yarn markdownlint --fix && bin/rails notice:update",
|
||||||
"prepare-for-push-js": "yarn jest && yarn eslint && yarn markdownlint --fix && bin/rails notice:js:update"
|
"prepare-for-push-js": "yarn jest && yarn eslint --fix && yarn markdownlint --fix && bin/rails notice:js:update"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
|
|
Loading…
Reference in a new issue