mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Add script/build task
This commit is contained in:
parent
fd78c2a709
commit
93d6a80bc6
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
Loading…
Reference in New Issue
Block a user