vitesse/scripts/ssg.ts

6 lines
171 B
TypeScript
Raw Normal View History

2020-12-02 21:00:43 +08:00
import { execSync } from 'child_process'
// @ts-ignore
import { path } from 'chromium'
execSync(`npx cross-env CHROME_PATH="${path}" presite dist`, { stdio: 'inherit' })