Skip to content

Commit 987fabb

Browse files
committed
Typo fix
1 parent c84551f commit 987fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"compile": "tsc -p . --outDir out && node esbuild.js",
272272
"compile:integration": "tsc -p tsconfig.integration.json",
273273
"install:all": "npm install && cd webview-ui && npm install",
274-
"lint-fix": "eslint src --ext ts && npm run lint --prefix webview-ui",
274+
"lint": "eslint src --ext ts && npm run lint --prefix webview-ui",
275275
"lint-fix": "eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui",
276276
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
277277
"pretest": "npm run compile && npm run compile:integration",

0 commit comments

Comments
 (0)