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

18 lines (17 loc) 332 B
{ "validations": { "vulnerableDependencies": true, "uncommittedChanges": true, "untrackedFiles": true, "sensitiveData": { "ignore": [ ".env" ] }, "branch": false, "gitTag": false }, "confirm": false, "publishTag": "latest", "prePublishScript": "npm test" }