File "skip.js"

Full Path: /home/exhehbu/www/wp-content/plugins/gravityforms/js/skip.js
File size: 127 bytes
MIME-type: text/plain
Charset: utf-8

// used to exit a node process for release tasks

if (process.env.SKIP_BUILD) {
	process.exit(0);
} else {
	process.exit(1);
}