Skip to content

Commit e953850

Browse files
committed
fix: use npx to run lex build command for windows compat
1 parent 604dc92 commit e953850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
command: 'knip && knip --production --exclude dependencies',
1515
},
1616
'generate:lexicons': {
17-
command: 'lex build --lexicons lexicons --out shared/types/lexicons --clear',
17+
command: 'npx lex build --lexicons lexicons --out shared/types/lexicons --clear',
1818
},
1919
'generate:sprite': {
2020
command: 'node scripts/generate-file-tree-sprite.ts',

0 commit comments

Comments
 (0)