mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
10 lines
182 B
Python
10 lines
182 B
Python
#!/usr/bin/env python
|
|
|
|
import sys
|
|
sys.path.append('../../scripts')
|
|
import base
|
|
import os
|
|
|
|
os.environ["PUPPETEER_SKIP_CHROMIUM_DOWNLOAD"] = "true"
|
|
base.cmd("npm", ["i", "puppeteer"])
|