mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #6804 from electron/clean-libchromiumcontent-src
Clean libchromiumcontent/src
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"scripts": {
|
||||
"bootstrap": "python ./script/bootstrap.py",
|
||||
"build": "python ./script/build.py -c D",
|
||||
"clean": "python ./script/clean.py",
|
||||
"coverage": "npm run instrument-code-coverage && npm test -- --use-instrumented-asar",
|
||||
"instrument-code-coverage": "electabul instrument --input-path ./lib --output-path ./out/coverage/electron.asar",
|
||||
"lint": "npm run lint-js && npm run lint-cpp && npm run lint-docs",
|
||||
|
||||
@@ -16,6 +16,7 @@ def main():
|
||||
rm_rf('out')
|
||||
rm_rf('spec/node_modules')
|
||||
rm_rf('vendor/brightray/vendor/download/libchromiumcontent')
|
||||
rm_rf('vendor/brightray/vendor/libchromiumcontent/src')
|
||||
rm_rf(os.path.expanduser('~/.node-gyp'))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user