mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Remove executable from closure-library
Github is complaining about this file being deployed to gh-pages. We don't need it in our build, so remove it before publishing.
This commit is contained in:
parent
98b02f5cff
commit
3f8ac5c5e8
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"main": "./dist/vertical.js",
|
||||
"scripts": {
|
||||
"deploy": "gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
|
||||
"deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
|
||||
"prepublish": "python build.py && webpack",
|
||||
"test:setup": "tests/scripts/test_setup.sh",
|
||||
"test:unit": "node tests/jsunit/test_runner.js",
|
||||
|
@ -28,6 +28,7 @@
|
|||
"graceful-fs": "4.1.11",
|
||||
"imports-loader": "0.6.5",
|
||||
"json": "9.0.4",
|
||||
"rimraf": "2.6.2",
|
||||
"travis-after-all": "1.4.4",
|
||||
"webdriverio": "4.8.0",
|
||||
"webpack": "1.13.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue