From 45e2256a912aea0c3aba3f53534207e302a59035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81gori=20So=CC=81ria?= Date: Tue, 4 Feb 2020 21:19:52 -0300 Subject: [PATCH] test adjust for np --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index bc84ee3..6889336 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,3 +58,5 @@ gulp.task('scss', () => { }); gulp.task('tests', gulp.series('scss', gulp.parallel('serve', 'watch'))); + +return;