We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b618a0a commit 0b8ec69Copy full SHA for 0b8ec69
package.json
@@ -31,7 +31,7 @@
31
"lint": "aegir run lint",
32
"dep-check": "aegir run dep-check",
33
"release": "run-s build docs:no-publish npm:release docs",
34
- "npm:release": "aegir run release",
+ "npm:release": "aegir run release --concurrency 1",
35
"docs": "aegir docs",
36
"docs:no-publish": "aegir docs --publish false"
37
},
0 commit comments