mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Fix[GH-1656]: format i18n windows (#3932)
Co-authored-by: Paul Esch-Laurent <paul.esch-laurent@mattermost.com> Fix https://github.com/mattermost/focalboard/issues/1656 Closes https://github.com/mattermost/focalboard/issues/4017
This commit is contained in:
parent
f0342097c9
commit
d7299014d1
@ -12,7 +12,7 @@
|
|||||||
"check": "eslint --ext .tsx,.ts . --quiet --cache && stylelint **/*.scss",
|
"check": "eslint --ext .tsx,.ts . --quiet --cache && stylelint **/*.scss",
|
||||||
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache && stylelint --fix **/*.scss",
|
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache && stylelint --fix **/*.scss",
|
||||||
"fix:scss": "prettier --write './src/**/*.scss'",
|
"fix:scss": "prettier --write './src/**/*.scss'",
|
||||||
"i18n-extract": "formatjs extract '../mattermost-plugin/webapp/src/**/*.{ts,tsx}' 'src/**/*.{ts,tsx}' --ignore '**/*.d.ts' '../**/*.d.ts' --out-file i18n/tmp.json && formatjs compile i18n/tmp.json --out-file i18n/en.json && rm i18n/tmp.json",
|
"i18n-extract": "formatjs extract \"../mattermost-plugin/webapp/src/**/*.{ts,tsx}\" \"src/**/*.{ts,tsx}\" --ignore \"**/*.d.ts\" \"../**/*.d.ts\" --out-file i18n/tmp.json && formatjs compile i18n/tmp.json --out-file i18n/en.json && npx rimraf i18n/tmp.json",
|
||||||
"runserver-test": "cd cypress && \"../../bin/focalboard-server\"",
|
"runserver-test": "cd cypress && \"../../bin/focalboard-server\"",
|
||||||
"cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run",
|
"cypress:ci": "start-server-and-test runserver-test http://localhost:8088 cypress:run",
|
||||||
"cypress:debug": "start-server-and-test runserver-test http://localhost:8088 cypress:open",
|
"cypress:debug": "start-server-and-test runserver-test http://localhost:8088 cypress:open",
|
||||||
|
Loading…
Reference in New Issue
Block a user