File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ echo "\n⚙️ Updating package.json with global path for @ionic/core..."
1212CORE_PACKAGE=$( ls ionic-core-* .tgz | head -1)
1313sed -i " " " s|\" @ionic/core\" : \" .*\" |\" @ionic/core\" : \" file:$( pwd) /$CORE_PACKAGE \" |" package.json
1414
15+ # Remove package-lock.json
16+ rm -f package-lock.json
17+
1518# Install Dependencies
1619echo " \n🔧 Installing dependencies..."
1720npm install
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ echo "\n⚙️ Updating package.json with global path for @ionic/core..."
1212CORE_PACKAGE=$( ls ionic-core-* .tgz | head -1)
1313sed -i " " " s|\" @ionic/core\" : \" .*\" |\" @ionic/core\" : \" file:$( pwd) /$CORE_PACKAGE \" |" package.json
1414
15+ # Remove package-lock.json
16+ rm -f package-lock.json
17+
1518# Install Dependencies
1619echo " \n🔧 Installing dependencies..."
1720npm install
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ echo "\n⚙️ Updating package.json with global path for @ionic/core..."
1919CORE_PACKAGE=$( ls ionic-core-* .tgz | head -1)
2020sed -i " " " s|\" @ionic/core\" : \" .*\" |\" @ionic/core\" : \" file:$( pwd) /$CORE_PACKAGE \" |" package.json
2121
22+ # Remove package-lock.json
23+ rm -f package-lock.json
24+
2225# Install Dependencies
2326echo " \n🔧 Installing dependencies..."
2427npm install
You can’t perform that action at this time.
0 commit comments