mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
234 B
YAML
18 lines
234 B
YAML
environment:
|
|
ELECTRON_NO_ATTACH_CONSOLE: 1
|
|
|
|
install:
|
|
- ps: Install-Product node 12.18.0 x64
|
|
- npm install -g npm
|
|
- npm install
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
build_script:
|
|
- npm run vscode:prepublish
|
|
|
|
test_script:
|
|
- npm test
|