declapract-typescript-ehmpathy 0.36.2 → 0.36.3

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.
@@ -100,7 +100,7 @@ jobs:
100
100
  run: eas update --auto --channel ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive
101
101
 
102
102
  - name: deploy app binary
103
- run: eas build --profile ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive --no-wait ${{ inputs.build == 'production' && '--auto-submit' || '' }}
103
+ run: eas build --profile ${{ inputs.build }} --platform ${{ matrix.platform }} --non-interactive ${{ inputs.build == 'production' && '--no-wait' || '' }} ${{ inputs.build == 'production' && '--auto-submit' || '' }}
104
104
 
105
105
  deploy-web:
106
106
  name: web
@@ -71,7 +71,7 @@ jobs:
71
71
  github-environment: prod
72
72
  aws-region: us-east-1
73
73
  aws-account-id: '@declapract{variable.awsAccountId.prod}'
74
- app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod'
74
+ app-web-deployment-s3-bucket: s3://@declapract{variable.projectName}-@declapract{variable.infrastructureNamespaceId}-prod
75
75
  secrets:
76
76
  expo-token: ${{ secrets.EXPO_TOKEN }}
77
77
  aws-access-key-id: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.36.2",
5
+ "version": "0.36.3",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",