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

@@ -37,7 +37,6 @@
"prettier": "prettier \"**/*.ts\"",
"eslint": "eslint . --ext .ts",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"sync": "./scripts/sync.sh",
"test": "echo 'angular no tests yet'",
"tsc": "tsc -p .",
"validate": "npm i && npm run lint && npm run test && npm run build"

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