mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove node_modules before bootstrapping
This commit is contained in:
@@ -6,6 +6,7 @@ set -ex
|
||||
# xcode
|
||||
|
||||
cd "$(dirname "$0")/../.."
|
||||
rm -fr node_modules
|
||||
./script/bootstrap
|
||||
./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR" deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user