mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add script/build task
This commit is contained in:
7
script/build
Executable file
7
script/build
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
./node_modules/.bin/grunt "$@"
|
||||
0
script/set-version
Normal file → Executable file
0
script/set-version
Normal file → Executable file
Reference in New Issue
Block a user