mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
test(react): migrate to builder architecture (#26959)
This commit is contained in:
15
packages/react/test/base/scripts/sync.sh
Executable file
15
packages/react/test/base/scripts/sync.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user