chore(angular,vue): remove sync script packing itself (#26819)

This commit is contained in:
Sean Perkins
2023-02-17 16:57:23 -05:00
committed by GitHub
parent 5e41391ed2
commit 13d1b99fc4
3 changed files with 0 additions and 9 deletions

View File

@ -5,8 +5,5 @@ set -e
# Pack @ionic/core
npm pack ../core
# Pack @ionic/angular
npm pack ./
# Install Dependencies
npm install *.tgz --no-save

View File

@ -8,8 +8,5 @@ npm pack ../../core
# Pack @ionic/vue
npm pack ../vue
# Pack @ionic/vue-router
npm pack ./
# Install Dependencies
npm install *.tgz --no-save

View File

@ -5,9 +5,6 @@ set -e
# Pack @ionic/core
npm pack ../../core
# Pack @ionic/vue
npm pack ./
# Pack @ionic/vue-router
npm pack ../vue-router