Skip to content

Commit

Permalink
build: alter packages build priority
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfeyaj committed Mar 10, 2023
1 parent 84b4a0c commit 2acb6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const {
// 判断构建优先级
function buildPriority(name) {
if (/takin/.test(name)) return 9
if (/runtime-base/.test(name)) return 9

if (/utils/.test(name)) return 8
if (/api/.test(name)) return 8
Expand Down

0 comments on commit 2acb6eb

Please sign in to comment.