Skip to content

Commit

Permalink
build: generate flow typings in prepublish job (#15818)
Browse files Browse the repository at this point in the history
build: generate flow-typings in prepublish
  • Loading branch information
JLHwung committed Jul 26, 2023
1 parent 6e45470 commit 544b6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions Makefile.source.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ target["build-bundle"] = function () {

yarn(["gulp", "build"]);

target["build-flow-typings"]();
target["build-dist"]();
};

Expand All @@ -201,7 +200,6 @@ target["build-no-bundle"] = function () {
{ BABEL_ENV: "development" }
);

target["build-flow-typings"]();
target["build-dist"]();
};

Expand Down Expand Up @@ -262,6 +260,7 @@ target["prepublish-build"] = function () {
target["prepublish-build-standalone"]();
target["clone-license"]();
target["prepublish-prepare-dts"]();
target["build-flow-typings"]();
},
{
NODE_ENV: "production",
Expand Down

0 comments on commit 544b6e1

Please sign in to comment.