mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
15 lines
133 B
Bash
15 lines
133 B
Bash
# Build core
|
|
pushd ../../..
|
|
|
|
pushd core
|
|
npm run build
|
|
npm run link
|
|
popd
|
|
|
|
pushd angular
|
|
npm link @ionic/core
|
|
npm run build
|
|
popd
|
|
|
|
popd
|