mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
11 lines
176 B
Bash
Executable File
11 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
export PATH="/usr/local/Cellar/node/0.8.21/bin:/usr/local/bin:${PATH}"
|
|
|
|
npm install
|
|
rake setup-codesigning create-xcode-project
|