diff --git a/build/build.js b/script/build.js similarity index 100% rename from build/build.js rename to script/build.js diff --git a/build/config.js b/script/config.js similarity index 100% rename from build/config.js rename to script/config.js diff --git a/build/deprecated-packages.json b/script/deprecated-packages.json similarity index 100% rename from build/deprecated-packages.json rename to script/deprecated-packages.json diff --git a/build/lib/clean-output-directory.js b/script/lib/clean-output-directory.js similarity index 100% rename from build/lib/clean-output-directory.js rename to script/lib/clean-output-directory.js diff --git a/build/lib/code-sign.js b/script/lib/code-sign.js similarity index 100% rename from build/lib/code-sign.js rename to script/lib/code-sign.js diff --git a/build/lib/copy-assets.js b/script/lib/copy-assets.js similarity index 100% rename from build/lib/copy-assets.js rename to script/lib/copy-assets.js diff --git a/build/lib/dump-symbols.js b/script/lib/dump-symbols.js similarity index 100% rename from build/lib/dump-symbols.js rename to script/lib/dump-symbols.js diff --git a/build/lib/fingerprint.js b/script/lib/fingerprint.js similarity index 100% rename from build/lib/fingerprint.js rename to script/lib/fingerprint.js diff --git a/build/lib/generate-metadata.js b/script/lib/generate-metadata.js similarity index 100% rename from build/lib/generate-metadata.js rename to script/lib/generate-metadata.js diff --git a/build/lib/generate-module-cache.js b/script/lib/generate-module-cache.js similarity index 100% rename from build/lib/generate-module-cache.js rename to script/lib/generate-module-cache.js diff --git a/build/lib/get-license-text.js b/script/lib/get-license-text.js similarity index 100% rename from build/lib/get-license-text.js rename to script/lib/get-license-text.js diff --git a/build/lib/include-path-in-packaged-app.js b/script/lib/include-path-in-packaged-app.js similarity index 100% rename from build/lib/include-path-in-packaged-app.js rename to script/lib/include-path-in-packaged-app.js diff --git a/build/lib/package-application.js b/script/lib/package-application.js similarity index 100% rename from build/lib/package-application.js rename to script/lib/package-application.js diff --git a/build/lib/prebuild-less-cache.js b/script/lib/prebuild-less-cache.js similarity index 100% rename from build/lib/prebuild-less-cache.js rename to script/lib/prebuild-less-cache.js diff --git a/build/lib/transpile-babel-paths.js b/script/lib/transpile-babel-paths.js similarity index 100% rename from build/lib/transpile-babel-paths.js rename to script/lib/transpile-babel-paths.js diff --git a/build/lib/transpile-coffee-script-paths.js b/script/lib/transpile-coffee-script-paths.js similarity index 100% rename from build/lib/transpile-coffee-script-paths.js rename to script/lib/transpile-coffee-script-paths.js diff --git a/build/lib/transpile-cson-paths.js b/script/lib/transpile-cson-paths.js similarity index 100% rename from build/lib/transpile-cson-paths.js rename to script/lib/transpile-cson-paths.js diff --git a/build/lib/transpile-peg-js-paths.js b/script/lib/transpile-peg-js-paths.js similarity index 100% rename from build/lib/transpile-peg-js-paths.js rename to script/lib/transpile-peg-js-paths.js diff --git a/build/license-overrides.js b/script/license-overrides.js similarity index 100% rename from build/license-overrides.js rename to script/license-overrides.js diff --git a/build/package.json b/script/package.json similarity index 100% rename from build/package.json rename to script/package.json diff --git a/build/test.js b/script/test.js similarity index 100% rename from build/test.js rename to script/test.js