Skip to content

Commit cee7f3b

Browse files
authored
move before make clean lol
1 parent c1a2122 commit cee7f3b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/build_against_electron.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ function electron_test() {
3030

3131
# test installing from source
3232
npm install --build-from-source --clang=1 $GYP_ARGS
33-
electron_pretest
34-
electron_test
35-
36-
publish
37-
make clean
3833

3934
# TODO: remove me -start
4035
cd ./lib/binding/
@@ -47,7 +42,12 @@ for dir in `ls | grep "electron-v2.0"`; do
4742
done
4843
cd ../../
4944
# TODO: remove me -end
50-
45+
46+
electron_pretest
47+
electron_test
48+
49+
publish
50+
make clean
5151

5252
# now test building against shared sqlite
5353
export NODE_SQLITE3_JSON1=no

0 commit comments

Comments
 (0)