1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

add build support for npm

This commit is contained in:
Harshavardhana
2021-02-02 19:49:06 +00:00
parent d4c82ff57c
commit 1b8e574e7f
7 changed files with 6019 additions and 15 deletions

View File

@@ -64,4 +64,4 @@ gulp.task('watch', function () {
});
// Build
gulp.task('default', gulp.series('handleStyle', 'handleJs', 'watch'));
gulp.task('default', gulp.series('handleStyle', 'handleJs'));