Browse Source
Merge pull request #1192 from meriadec/fix/no-prettier-on-i18n
Disable prettier on i18n
master
NastiaS
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
@ -15,7 +15,7 @@ |
|
|
|
"compile": "bash ./scripts/compile.sh", |
|
|
|
"lint": "eslint src webpack .storybook", |
|
|
|
"flow": "flow", |
|
|
|
"prettier": "prettier --write \"{src,webpack,.storybook,static/i18n}/**/*.{js,json}\"", |
|
|
|
"prettier": "prettier --write \"{src,webpack,.storybook}/**/*.{js,json}\"", |
|
|
|
"ci": "yarn lint && yarn flow && yarn prettier", |
|
|
|
"storybook": "NODE_ENV=development STORYBOOK_ENV=1 start-storybook -s ./static -p 4444", |
|
|
|
"publish-storybook": "bash ./scripts/legacy/publish-storybook.sh", |
|
|
|