add missing semicolon to frontend/embed build scripts
This commit is contained in:
parent
0dfe7b41f3
commit
20c707461e
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ await nodeFs.rename(tsConfig, tsConfigBak);
|
|||
await nodeFs.copyFile(tsConfigVue, tsConfig);
|
||||
|
||||
try {
|
||||
console.log('Starting vite...')
|
||||
console.log('Starting vite...');
|
||||
await execa(
|
||||
'vite',
|
||||
mode === 'build'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ await nodeFs.rename(tsConfig, tsConfigBak);
|
|||
await nodeFs.copyFile(tsConfigVue, tsConfig);
|
||||
|
||||
try {
|
||||
console.log('Starting vite...')
|
||||
console.log('Starting vite...');
|
||||
await execa(
|
||||
'vite',
|
||||
mode === 'build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue