We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a2122 commit cee7f3bCopy full SHA for cee7f3b
1 file changed
scripts/build_against_electron.sh
@@ -30,11 +30,6 @@ function electron_test() {
30
31
# test installing from source
32
npm install --build-from-source --clang=1 $GYP_ARGS
33
-electron_pretest
34
-electron_test
35
-
36
-publish
37
-make clean
38
39
# TODO: remove me -start
40
cd ./lib/binding/
@@ -47,7 +42,12 @@ for dir in `ls | grep "electron-v2.0"`; do
47
42
done
48
43
cd ../../
49
44
# TODO: remove me -end
50
45
+
46
+electron_pretest
+electron_test
+publish
+make clean
51
52
# now test building against shared sqlite
53
export NODE_SQLITE3_JSON1=no
0 commit comments