mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
Merge branch 'main' into chore-sync-next-main
This commit is contained in:
@ -5,6 +5,9 @@ set -e
|
||||
# Delete old packages
|
||||
rm -f *.tgz
|
||||
|
||||
# Delete vite cache
|
||||
rm -rf node_modules/.vite
|
||||
|
||||
# Pack @ionic/core
|
||||
npm pack ../../core
|
||||
|
||||
|
Reference in New Issue
Block a user