easy-soft-develop 2.0.150 → 2.0.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.150",
3
+ "version": "2.0.151",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -281,7 +281,7 @@ const { clean } = require('easy-soft-develop');
281
281
 
282
282
  const { cleanCommand, cleanCollection } = require('./config');
283
283
 
284
- clean(cleanCommand, cleanCollection);
284
+ clean(cleanCommand, ...cleanCollection);
285
285
  `;
286
286
 
287
287
  return createScriptFile('./develop/assists', 'clean.js', content, true);