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