switch to gulp for build process
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
for f in packages/*; do
|
||||
if [ -d "$f/src" ]; then
|
||||
node node_modules/babel/bin/babel "$f/src" --out-dir "$f/lib" --copy-files $1 &
|
||||
fi
|
||||
done
|
||||
|
||||
wait
|
||||
Reference in New Issue
Block a user