@joystick.js/cli-canary 0.0.0-canary.16 → 0.0.0-canary.17

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.
@@ -327,7 +327,7 @@ const warnInvalidJoystickEnvironment = () => {
327
327
  );
328
328
  process.exit(0);
329
329
  }
330
- if (process.env.NODE_ENV !== "test" && (!hasJoystickFolder || !hasTestsFolder)) {
330
+ if (process.env.NODE_ENV !== "test" && !hasJoystickFolder) {
331
331
  CLILog(
332
332
  "joystick start must be run in a directory with a .joystick folder.",
333
333
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.16",
3
+ "version": "0.0.0-canary.17",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -395,7 +395,7 @@ const warnInvalidJoystickEnvironment = () => {
395
395
  process.exit(0);
396
396
  }
397
397
 
398
- if (process.env.NODE_ENV !== 'test' && (!hasJoystickFolder || !hasTestsFolder)) {
398
+ if (process.env.NODE_ENV !== 'test' && !hasJoystickFolder) {
399
399
  CLILog(
400
400
  "joystick start must be run in a directory with a .joystick folder.",
401
401
  {