@rpcbase/cli 0.189.0 → 0.190.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/cli",
3
- "version": "0.189.0",
3
+ "version": "0.190.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -432,7 +432,7 @@ export const deploy = async (argv) => {
432
432
  }
433
433
 
434
434
  const excludeList = baseExcludeList
435
- .concat(useBlueGreen ? ["infrastructure/"] : [])
435
+ .concat(useBlueGreen ? ["/infrastructure/"] : [])
436
436
  .concat(useBlueGreen ? preparedDeploy.sharedEnvFileNames : [])
437
437
  .concat(deployExcludePatterns)
438
438