Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Nov 14, 2024
1 parent a1bb1e6 commit 4b18e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rollupBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const buildPackages = async () => {
};

const start = async () => {
// await buildPackages();
// await rollupBuild({ packageName: "graphql", packageScope: "site", external });
await buildPackages();
await rollupBuild({ packageName: "graphql", packageScope: "site", external });
await rollupBuild({ packageName: "webpack", packageScope: "site", external });
process.exit(0);
};
Expand Down

0 comments on commit 4b18e17

Please sign in to comment.