UNPKG

deployment-tools

Version:

A Node.js scripts that helps you to compile and deploy the static assets (CSS/JavaScript/images) of your website without gulp and grunt using Node.js and npm scripts

17 lines (13 loc) 247 B
environment: matrix: - nodejs_version: "6" version: "{build}" build: off deploy: off install: - ps: Install-Product node $env:nodejs_version - npm install test_script: - node --version - npm --version - npm test