mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 16:52:26 +08:00
chore(): sync with main
This commit is contained in:
@ -2,19 +2,14 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Copy ionic vue dist
|
||||
rm -rf node_modules/@ionic/vue/dist node_modules/@ionic/vue/css
|
||||
cp -a ../../../dist node_modules/@ionic/vue/dist
|
||||
cp -a ../../../css node_modules/@ionic/vue/css
|
||||
cp -a ../../../package.json node_modules/@ionic/vue/package.json
|
||||
# Pack @ionic/core
|
||||
npm pack ../../../../../core
|
||||
|
||||
# Copy ionic vue router dist
|
||||
rm -rf node_modules/@ionic/vue-router/dist
|
||||
cp -a ../../../../vue-router/dist node_modules/@ionic/vue-router/dist
|
||||
cp -a ../../../../vue-router/package.json node_modules/@ionic/vue-router/package.json
|
||||
# Pack @ionic/vue
|
||||
npm pack ../../../
|
||||
|
||||
# Copy core dist and components
|
||||
rm -rf node_modules/@ionic/core/dist node_modules/@ionic/core/components
|
||||
cp -a ../../../../../core/package.json node_modules/@ionic/core/package.json
|
||||
cp -a ../../../../../core/dist node_modules/@ionic/core/dist
|
||||
cp -a ../../../../../core/components node_modules/@ionic/core/components
|
||||
# Pack @ionic/vue-router
|
||||
npm pack ../../../../vue-router
|
||||
|
||||
# Install Dependencies
|
||||
npm install *.tgz --no-save
|
||||
|
Reference in New Issue
Block a user