Skip to content

Commit

Permalink
fix(tools/release): use build:components instead
Browse files Browse the repository at this point in the history
The hb:build command is no longer available.
  • Loading branch information
marcoscaceres committed Feb 12, 2018
1 parent 718d400 commit 93fa2ec
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 93fa2ec

Please sign in to comment.