We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84551f commit 987fabbCopy full SHA for 987fabb
package.json
@@ -271,7 +271,7 @@
271
"compile": "tsc -p . --outDir out && node esbuild.js",
272
"compile:integration": "tsc -p tsconfig.integration.json",
273
"install:all": "npm install && cd webview-ui && npm install",
274
- "lint-fix": "eslint src --ext ts && npm run lint --prefix webview-ui",
+ "lint": "eslint src --ext ts && npm run lint --prefix webview-ui",
275
"lint-fix": "eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui",
276
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
277
"pretest": "npm run compile && npm run compile:integration",
0 commit comments