Skip to content

Commit

Permalink
Move this to run locally instead of Actions
Browse files Browse the repository at this point in the history
Seems like it can't run based on PR closed by another workflow, which make sense.
  • Loading branch information
cheeaun committed Aug 21, 2024
1 parent ca53672 commit c542286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/update-catalogs.yml

This file was deleted.

5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ export default defineConfig({
run: ['npm', 'run', 'messages:extract:clean'],
pattern: 'src/**/*.{js,jsx,ts,tsx}',
},
{
name: 'update-catalogs',
run: ['node', 'scripts/catalogs.js'],
pattern: 'src/locales/*.po',
},
],
}),
splitVendorChunkPlugin(),
Expand Down

0 comments on commit c542286

Please sign in to comment.