Skip to content

Commit fcb363f

Browse files
committed
remove unnecessary npm scripts
1 parent 1acf7ac commit fcb363f

File tree

2 files changed

+94
-97
lines changed

2 files changed

+94
-97
lines changed

package-lock.json

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,6 @@
645645
"lint": "eslint --ext .ts,.tsx,.js .",
646646
"lint-fix": "eslint --ext .ts,.tsx,.js --fix .",
647647
"test": "node ./out/test/runTest.js",
648-
"download-api": "vscode-dts dev",
649-
"postdownload-api": "vscode-dts main",
650-
"_postinstall": "npm run download-api",
651648
"version": "node scripts/updateVersions.js && git add ."
652649
},
653650
"extensionDependencies": [

0 commit comments

Comments
 (0)