mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 16:52:26 +08:00
chore(angular,vue): remove sync script packing itself (#26819)
This commit is contained in:
@ -5,8 +5,5 @@ set -e
|
||||
# Pack @ionic/core
|
||||
npm pack ../core
|
||||
|
||||
# Pack @ionic/angular
|
||||
npm pack ./
|
||||
|
||||
# Install Dependencies
|
||||
npm install *.tgz --no-save
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user