Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Add gulp task to consume serial-monitor-cli artifacts #1321

Merged
merged 3 commits into from
Aug 19, 2021

Conversation

aleun
Copy link
Contributor

@aleun aleun commented Aug 19, 2021

Refer to microsoft/serial-monitor-cli#1 for how the artifacts are published.

gulpfile.js Outdated
@@ -132,7 +154,7 @@ gulp.task("test", (done) => {
});
});

gulp.task("build", gulp.series("clean", "ts-compile", "html-webpack", "node_modules-webpack"));
gulp.task("build", gulp.series("clean", "ts-compile", "html-webpack", "node_modules-webpack", /* "insert-serial-monitor-cli" */));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The task is commented out now because it will break the build until we actually do a serial-monitor-cli release.

@adiazulay adiazulay changed the base branch from master to serial-cli August 19, 2021 23:06
Copy link
Contributor

@adiazulay adiazulay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@adiazulay adiazulay merged commit c2e862d into microsoft:serial-cli Aug 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants