Skip to content

Commit 0b8ec69

Browse files
committed
chore: run release in serial
1 parent b618a0a commit 0b8ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "aegir run lint",
3232
"dep-check": "aegir run dep-check",
3333
"release": "run-s build docs:no-publish npm:release docs",
34-
"npm:release": "aegir run release",
34+
"npm:release": "aegir run release --concurrency 1",
3535
"docs": "aegir docs",
3636
"docs:no-publish": "aegir docs --publish false"
3737
},

0 commit comments

Comments
 (0)