Skip to content

Commit 39e0550

Browse files
Tweak build_release scripts
1 parent 19dff1e commit 39e0550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_release_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
echo "1) make sure devtools are set to false in src/main.js"
1111
read yes
1212

13-
echo "2) make sure you've incremented the version number in package.json"
13+
echo "2) make sure you've incremented the version number in package.json AND package-lock.json"
1414
read yes
1515

1616
echo "3) Cleaning up old build..."

build_release_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
echo "1) make sure devtools are set to false in src/main.js"
1414
read yes
1515

16-
echo "2) make sure you've incremented the version number in package.json"
16+
echo "2) make sure you've incremented the version number in package.json AND package-lock.json"
1717
read yes
1818

1919
echo "3) Cleaning up old build..."

0 commit comments

Comments
 (0)