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 a959fe9 commit cf1b932Copy full SHA for cf1b932
package.json
@@ -32,7 +32,7 @@
32
"dep-check": "aegir run dep-check",
33
"doc-check": "aegir run doc-check",
34
"release": "run-s build docs:no-publish npm:release docs",
35
- "npm:release": "aegir run release",
+ "npm:release": "aegir run release --concurrency 1",
36
"docs": "aegir docs",
37
"docs:no-publish": "aegir docs --publish false"
38
},
0 commit comments