mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
export default {
|
|
"src/**/*.{js,jsx,ts,tsx}": () => ["npm run i18n:extract", "git diff --exit-code commafeed-client/src/locales/en/messages.po"],
|
|
}
|