Skip to content

Commit

Permalink
Merge branch 'master' into feat-delete-multiple-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh authored Dec 14, 2024
2 parents 19eff3c + e1774b8 commit 0a76d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignoreUnknown": true,
"ignore": ["dist", "*.json"]
},
"formatter": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "vitest",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"check": "biome check --write ."
"check": "biome check --write --verbose"
},
"keywords": [
"npm",
Expand Down
1 change: 1 addition & 0 deletions tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { onHome, onTest } from '../src/actions';
import { NPMRC, NRMRC, REGISTRIES } from '../src/constants';
import { isUnicodeSupported, readFile, writeFile } from '../src/helpers';


const isWin = process.platform === 'win32';

const shouldUseMain = isUnicodeSupported();
Expand Down

0 comments on commit 0a76d85

Please sign in to comment.