demo shortcut

This commit is contained in:
gaoshuaixing
2021-06-28 15:10:38 +08:00
parent e65e200045
commit 9bb56bf35a
45 changed files with 396 additions and 190 deletions

16
appveyor.yml Normal file
View File

@@ -0,0 +1,16 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '12'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npminstall && node_modules\.bin\npminstall
test_script:
- node --version
- npm --version
- npm run test
build: off