@joystick.js/cli-canary 0.0.0-canary.76 → 0.0.0-canary.78

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.
@@ -438,7 +438,6 @@ const dev = async (options, { resolve, reject }) => {
438
438
  nodeMajorVersion,
439
439
  __dirname
440
440
  );
441
- await cleanup();
442
441
  resolve();
443
442
  } catch (exception) {
444
443
  console.warn(exception);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.76",
3
+ "version": "0.0.0-canary.78",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -526,11 +526,9 @@ const dev = async (options, { resolve, reject }) => {
526
526
  __dirname
527
527
  );
528
528
 
529
- await cleanup();
530
529
  //
531
530
  // if (options?.environment === 'test') {
532
531
  // await runTests(options);
533
- // await cleanup();
534
532
  // }
535
533
 
536
534
  /*