Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tools/release): use build:components instead #1501

Merged
merged 1 commit into from Feb 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/release.js
Expand Up @@ -393,7 +393,7 @@ const run = async () => {

// 3. Run the build script (node tools/build-w3c-common.js).
indicators.get("build-merge-tag").show();
await npm("run hb:build");
await npm("run build:components");
await Builder.build({ name: "w3c-common" });
app.use(express.static(dir));
app.listen(port);
Expand Down