remove script (#177799)

This commit is contained in:
João Moreno 2023-03-21 13:33:03 +01:00 committed by GitHub
parent 7eafa4ce01
commit 27f15db3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,6 @@
"hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
"core-ci": "node --max_old_space_size=8095 ./node_modules/gulp/bin/gulp.js core-ci",
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci",
"webview-generate-csp-hash": "npx github:apaatsio/csp-hash-from-html csp-hash ./src/vs/workbench/contrib/webview/browser/pre/index.html",
"perf": "node scripts/code-perf.js"
},
"dependencies": {
@ -241,4 +240,4 @@
"elliptic": "^6.5.3",
"nwmatcher": "^1.4.4"
}
}
}