mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore: remove sync scripts
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# Delete old packages
|
||||
rm -f *.tgz
|
||||
|
||||
# Pack @ionic/core
|
||||
npm pack ../../../../../core
|
||||
|
||||
# Pack @ionic/angular
|
||||
npm pack ../../../dist
|
||||
|
||||
# Pack @ionic/angular-server
|
||||
npm pack ../../../../angular-server/dist
|
||||
|
||||
# Install Dependencies
|
||||
npm install *.tgz --no-save
|
||||
|
||||
# Delete Angular cache directory
|
||||
rm -rf .angular/
|
@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# Delete old packages
|
||||
rm -f *.tgz
|
||||
|
||||
# Pack @ionic/core
|
||||
npm pack ../../../../../core
|
||||
|
||||
# Pack @ionic/react
|
||||
npm pack ../../../
|
||||
|
||||
# Pack @ionic/react-router
|
||||
npm pack ../../../../react-router
|
||||
|
||||
# Install Dependencies
|
||||
npm install *.tgz --no-save
|
@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# Delete old packages
|
||||
rm -f *.tgz
|
||||
|
||||
# Pack @ionic/core
|
||||
npm pack ../../../../../core
|
||||
|
||||
# Pack @ionic/vue
|
||||
npm pack ../../../
|
||||
|
||||
# Pack @ionic/vue-router
|
||||
npm pack ../../../../vue-router
|
||||
|
||||
# Install Dependencies
|
||||
npm install *.tgz --no-save
|
Reference in New Issue
Block a user