node-multi-storage-azure-blob
Version:
Provides access to Azure Blob Storage for node-multi-storage.
13 lines (12 loc) • 369 B
JavaScript
;
module.exports = {
default: ['availabletasks'],
check: {
description: 'Checks the syntax of all Javascript files and runs the tests',
tasks: [ 'jshint:cli', 'mochaTest:cli' ]
},
'check-build': {
description: 'Checks the syntax of all Javascript files and runs the tests (build environment)',
tasks: [ 'jshint:build', 'mochaTest:build' ]
}
};