This commit is contained in:
Benjamin Toby 2024-10-14 09:21:55 +01:00
parent f658489468
commit f3451e2481
5 changed files with 8 additions and 6 deletions

View File

@ -1 +0,0 @@
/media/benoti/Ubuntu-Disk/Github/datasquirel/package-shared

3
package-shared/README.md Normal file
View 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
View File

@ -8,10 +8,10 @@ else
msg="$1"
fi
cp "$root_dir/package-shared/types/"* "$root_dir/types/" ||
{
echo "Copy Failed!"
exit 1
}
# cp "$root_dir/package-shared/types/"* "$root_dir/types/" ||
# {
# echo "Copy Failed!"
# exit 1
# }
git add . && git commit -m "$msg" && git push