polyci 0.0.27 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -328,6 +328,7 @@ function appendModulePublishJob(lines, module) {
328
328
  lines.push(` script:`);
329
329
  lines.push(` - cp -r ci "${module.modulePath}/ci"`);
330
330
  lines.push(` - cd ${module.modulePath}`);
331
+ lines.push(` - test -f deploy.env || touch deploy.env`);
331
332
  lines.push(` - source deploy.env`);
332
333
  lines.push(` - source "ci/${module.moduleType}/publish.sh"`);
333
334
  lines.push(` artifacts:`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "polyci",
3
3
  "description": "Monorepo CI/CD utilities.",
4
- "version": "0.0.27",
4
+ "version": "0.0.29",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "author": "Alexander Tsarev",