Skip to content

Commit

Permalink
Stop reinstall main vscode.d.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Chen <[email protected]>
  • Loading branch information
jdneo committed Dec 15, 2023
1 parent 61aaef5 commit b8e98af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@
"lint": "eslint -c .eslintrc.js --ext .ts ./src",
"build-plugin": "node scripts/buildJdtlsExt.js",
"vscode:prepublish": "webpack --mode production",
"download-api": "dts main && dts dev",
"postinstall": "npm run download-api"
"download-api": "dts main && dts dev"
},
"extensionDependencies": [
"redhat.java",
Expand Down

0 comments on commit b8e98af

Please sign in to comment.