Merge pull request #6804 from electron/clean-libchromiumcontent-src
Clean libchromiumcontent/src
This commit is contained in:
commit
919571a5fc
2 changed files with 2 additions and 0 deletions
|
@ -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'))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue