Skip to content

Commit

Permalink
Replace lint:tsc with lint:compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wolmir committed Oct 19, 2022
1 parent f2d9154 commit f515691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"format": "prettier --write '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:prettier": "prettier -c '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:eslint": "eslint --cache '**/*.{js,ts,jsx,tsx}'",
"lint:tsc": "tsc --noEmit",
"lint:compile": "webpack --mode development",
"lint": "run-p 'lint:*'",
"dev": "webpack watch --mode development",
"test": "jest --collect-coverage"
Expand Down
3 changes: 1 addition & 2 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"format": "prettier --write '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:prettier": "prettier -c '**/*.{js,json,jsx,md,scss,ts,tsx,yaml,yml}'",
"lint:eslint": "eslint --cache '**/*.{js,ts,jsx,tsx}'",
"lint:tsc": "tsc --noEmit",
"lint:webpack": "webpack --mode development",
"lint:compile": "webpack --mode development",
"lint": "run-p 'lint:*'",
"dev": "webpack watch --mode development",
"build": "webpack --mode production",
Expand Down

0 comments on commit f515691

Please sign in to comment.