@candlerip/shared-devops 0.0.53 → 0.0.55

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": "@candlerip/shared-devops",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "bin": {
5
5
  "crs-cdk-deploy": "scripts/cdk/cdk-deploy.sh",
6
6
  "crs-create-env-file": "scripts/environment/create-env-file.sh",
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  cdk deploy --require-approval never
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
 
3
3
  DOCKERFILE=${2:-"Dockerfile"}
4
4
 
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  npx eslint .
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  npm config set //registry.npmjs.org/:_authToken $NPM_ACCESS_TOKEN
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  npx prettier . --write
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  rm -rf dist
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env sh
1
+ #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
4
  rm -rf dist