Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 24, 2025
1 parent 75061ca commit 5455815
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"test:lint": "eslint . --quiet",
"test:node": "pnpm turbo test:node",
"test:smoke": "SMOKE_TESTS=true ember test",
"test:types": "tsc -b",
"ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
"unlink:all": "esyes ./bin/unlink-all.mts"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"type": "module",
"private": true,
"repo-meta": {
"strictness": "loose",
"lint": [
"test/*"
]
"strictness": "loose"
},
"scripts": {
"test:node": "vitest --run"
Expand Down
3 changes: 1 addition & 2 deletions repo-metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
"private": true,
"repo-meta": {
"built": false,
"strictness": "loose",
"lint": ["test/**/*"]
"strictness": "loose"
},
"entryPoints": {
"./package.json": [[["default"], "./package.json"]]
Expand Down

0 comments on commit 5455815

Please sign in to comment.