This package has been deprecated

Author message:

Not maintained

grunt-checkpending

1.0.4 • Public • Published

grunt-checkpending

Check that we have no pending changes before proceeding.

Build Status

npm install grunt-checkpending --save-dev

And in your Gruntfile:

grunt.loadNpmTasks('grunt-checkpending');

Usage

Include the task as one of your multitasks, e.g.:

grunt.registerTask("deploy", ["test", "checkpending", "copy"]

To skip checks:

grunt --no-checkpending

To force checks (disables skipping), add the second param with true:

grunt.registerTask("deploy", ["test", "checkbranch:develop:true", "copy"]

Readme

Keywords

Package Sidebar

Install

npm i grunt-checkpending

Weekly Downloads

19

Version

1.0.4

License

MIT

Last publish

Collaborators

  • dominykas