mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 16:52:26 +08:00
chore(ci): sync scripts now account for dependencies (#26686)
This commit is contained in:
@ -2,8 +2,14 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Copy core dist
|
||||
rm -rf node_modules/@ionic/core/dist node_modules/@ionic/core/components
|
||||
cp -a ../../core/dist node_modules/@ionic/core/dist
|
||||
cp -a ../../core/components node_modules/@ionic/core/components
|
||||
cp -a ../../core/package.json node_modules/@ionic/core/package.json
|
||||
# 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