Skip to content

Commit

Permalink
Try to fix requirements for yarn-workspaces-run
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 21, 2024
1 parent d8eb1ad commit ecf7c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/environment-ember-loose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"glint-environment"
],
"scripts": {
"test": "echo 'no tests within this project'",
"test:typecheck": "glint --project __tests__/type-tests && vitest run",
"test:watch": "vitest watch",
"build": "tsc --build",
Expand Down
1 change: 1 addition & 0 deletions test-packages/ts-ember-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "echo 'no standalone tests within this project'",
"test:typecheck": "glint",
"test:tsc": "tsc --noEmit"
},
Expand Down
1 change: 1 addition & 0 deletions test-packages/unstable-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"test": "echo 'no tests within this project'",
"lint": "eslint . && prettier . --check",
"lint:fix": "eslint . --fix && prettier . --write"
},
Expand Down

0 comments on commit ecf7c92

Please sign in to comment.