mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Disable this for now
This commit is contained in:
parent
1d69a1da71
commit
2e6074d794
1 changed files with 5 additions and 5 deletions
|
@ -73,11 +73,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',
|
||||
},
|
||||
// {
|
||||
// name: 'update-catalogs',
|
||||
// run: ['node', 'scripts/catalogs.js'],
|
||||
// pattern: 'src/locales/*.po',
|
||||
// },
|
||||
],
|
||||
}),
|
||||
splitVendorChunkPlugin(),
|
||||
|
|
Loading…
Reference in a new issue