mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): add version task
This commit is contained in:
@@ -33,9 +33,6 @@ function run {
|
||||
cd $VERSION_DIR
|
||||
cp -R $BUILD_DIR/* $VERSION_DIR
|
||||
|
||||
# Create a version.txt file with the version and codename
|
||||
echo "$VERSION $CODENAME" > version.txt
|
||||
|
||||
echo "-- Generating versions.json..."
|
||||
cd $IONIC_CODE_DIR/builder
|
||||
python ./generate.py > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user