Skip to content

Commit

Permalink
chore: remove globstar, close #189
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Nov 4, 2024
1 parent 7a7b125 commit 8eec643
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"devDependencies": {
"@changesets/cli": "2.27.9",
"fenge": "workspace:*",
"globstar": "1.0.0",
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"exports": "./dist/eslint.config.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts test/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register src/**/*.spec.ts test/**/*.spec.ts"
},
"dependencies": {
"@fenge/eslint-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"exports": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-pkg-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"exports": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"exports": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"exports": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "globstar -- node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register src/**/*.spec.ts"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"scripts": {
"test": "globstar -- node --test --import @swc-node/register/esm-register test/**/*.spec.ts"
"test": "node --test --import @swc-node/register/esm-register test/**/*.spec.ts"
},
"devDependencies": {
"@swc-node/register": "1.10.0",
Expand Down

0 comments on commit 8eec643

Please sign in to comment.