Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 8b35ae4

Browse files
committed
had to do this because my npm is stupid and the linter was failing.
1 parent 76ab9c1 commit 8b35ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

publi.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ then
2828
fi
2929
fi
3030

31-
# npm run-script lint
32-
# if [ $? -ne 0 ]
33-
# then
34-
# exit $?
35-
# fi
31+
npm lint
32+
if [ $? -ne 0 ]
33+
then
34+
exit $?
35+
fi
3636

3737
#execute the build script
3838
node build.js

0 commit comments

Comments
 (0)