We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0564256 commit 3c50803Copy full SHA for 3c50803
build_release_windows.sh
@@ -11,7 +11,10 @@ if [ $diff -gt 0 ]; then
11
fi
12
13
echo "1) make sure devtools are set to false in src/main.js"
14
-read yes
+if grep "devTools: true" src/main.js; then
15
+ echo "devTools: true found in src/main.js"
16
+ exit 2
17
+fi
18
19
echo "2) make sure you've incremented the version number in package.json AND package-lock.json"
20
read yes
0 commit comments