diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..7d81503 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,7 @@ +version: 1.0.{build} +build_script: +- cmd: >- + npm install + + node_modules\\.bin\\gulp.cmd pack +test: off \ No newline at end of file