Updates
This commit is contained in:
parent
f658489468
commit
f3451e2481
@ -1 +0,0 @@
|
|||||||
/media/benoti/Ubuntu-Disk/Github/datasquirel/package-shared
|
|
3
package-shared/README.md
Normal file
3
package-shared/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Shared resources
|
||||||
|
|
||||||
|
This directory contains data (mostly type definitions) shared by both the datasquirel NPM package and the datasquirel web app
|
10
push.sh
10
push.sh
@ -8,10 +8,10 @@ else
|
|||||||
msg="$1"
|
msg="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp "$root_dir/package-shared/types/"* "$root_dir/types/" ||
|
# cp "$root_dir/package-shared/types/"* "$root_dir/types/" ||
|
||||||
{
|
# {
|
||||||
echo "Copy Failed!"
|
# echo "Copy Failed!"
|
||||||
exit 1
|
# exit 1
|
||||||
}
|
# }
|
||||||
|
|
||||||
git add . && git commit -m "$msg" && git push
|
git add . && git commit -m "$msg" && git push
|
||||||
|
Loading…
Reference in New Issue
Block a user