rollup-plugin-command
Advanced tools
Comparing version
{ | ||
"name": "rollup-plugin-command", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Run commands and call functions when bundles are generated", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,3 +35,3 @@ # rollup-plugin-run | ||
`npm test`, // The next command will not be executed until this one is finished | ||
require('./scripts/cleanup'), // If this returns a promise, run will wait for it to be resolved before moving on to the next | ||
require('./scripts/cleanup'), // If this returns a promise, this plugin will wait for it to be resolved before moving on to the next | ||
], | ||
@@ -38,0 +38,0 @@ { quitOnFail: true } |
25276
0.03%