mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 17:13:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
19
node_modules/standard-version/appveyor.yml
generated
vendored
Normal file
19
node_modules/standard-version/appveyor.yml
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: '6'
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- git config --global user.name 'Appveyor'
|
||||
- git config --global user.email 'dummy@example.org'
|
||||
- set CI=true
|
||||
- npm -g install npm@latest
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- npm install
|
||||
matrix:
|
||||
fast_finish: true
|
||||
build: off
|
||||
version: '{build}'
|
||||
test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm test
|
||||
Reference in New Issue
Block a user