chore(angular): remove sync script

This commit is contained in:
Liam DeBeasi
2023-11-03 10:46:34 -04:00
parent 83c2ea2616
commit ed28f1a86e
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/bash
set -e
# Delete old packages
rm -f *.tgz
# Pack @ionic/core
npm pack ../../core
# Install Dependencies
npm install *.tgz --no-save