chore: ci
This commit is contained in:
parent
4b24baaab4
commit
9f553c0207
@ -2,4 +2,6 @@ import { execSync } from 'child_process'
|
||||
// @ts-ignore
|
||||
import { path } from 'chromium'
|
||||
|
||||
console.log('Starting SSG...')
|
||||
execSync(`npx cross-env CHROME_PATH="${path}" presite dist`, { stdio: 'inherit' })
|
||||
console.log('SSG Finished...')
|
||||
|
Loading…
Reference in New Issue
Block a user