Skip to content

Commit f3b94b3

Browse files
committed
no need for npx
1 parent b434e2e commit f3b94b3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

packages/insomnia-inso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"inso": "bin/inso"
2121
},
2222
"scripts": {
23-
"lint": "npx oxlint",
23+
"lint": "oxlint",
2424
"test:unit": "vitest run --exclude '**/cli.test.ts'",
2525
"test:bundle": "vitest cli.test.ts -t \"inso dev bundle\"",
2626
"test:binary": "vitest cli.test.ts -t \"inso packaged binary\"",

packages/insomnia-smoke-test/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"version": "11.0.1",
1515
"scripts": {
16+
"lint": "oxlint",
1617
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
1718
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
1819
"test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",

packages/insomnia-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "src/index.ts",
1616
"types": "src/index.ts",
1717
"scripts": {
18-
"lint": "npx oxlint",
18+
"lint": "oxlint",
1919
"test": "vitest run",
2020
"type-check": "tsc --noEmit --project tsconfig.json"
2121
},

packages/insomnia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:app": "esr --cache ./scripts/build.ts --noErrorTruncation",
2222
"generate:schema": "esr ./src/schema.ts",
2323
"build:main.min.js": "cross-env NODE_ENV=development esr esbuild.main.ts",
24-
"lint": "npx oxlint",
24+
"lint": "oxlint",
2525
"package": "npm run build:app && cross-env USE_HARD_LINKS=false electron-builder build --config electron-builder.config.js",
2626
"package:windows:unpacked": "npm run build:app && cross-env USE_HARD_LINKS=false electron-builder build --config electron-builder.config.js --dir",
2727
"package:windows:dist": "cross-env USE_HARD_LINKS=false electron-builder build --config electron-builder.config.js --win squirrel --prepackaged ./dist/win-unpacked",

0 commit comments

Comments
 (0)