mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
21
node_modules/server/appveyor.yml
generated
vendored
Normal file
21
node_modules/server/appveyor.yml
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: "10.0"
|
||||
cache:
|
||||
- node_modules
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- node -v
|
||||
- npm -v
|
||||
- npm cache verify
|
||||
- rm -rf node_modules/
|
||||
- if exist node_modules npm prune
|
||||
- if exist node_modules npm rebuild
|
||||
- npm install
|
||||
- npm install jest-cli@25 --save-dev
|
||||
build: off
|
||||
test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
||||
version: "{build}"
|
Reference in New Issue
Block a user