mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
16 lines
145 B
Bash
16 lines
145 B
Bash
pushd ../../..
|
|
|
|
# Build core
|
|
pushd core
|
|
npm run build
|
|
npm link
|
|
popd
|
|
|
|
# Build angular
|
|
pushd angular
|
|
npm link @ionic/core
|
|
npm run build
|
|
popd
|
|
|
|
popd
|