@ministryofjustice/hmpps-precommit-hooks 0.0.2 → 0.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change log
2
2
 
3
+ ## 0.0.3
4
+
5
+ Remove pipefail from prepare script
6
+
3
7
  ## 0.0.2
4
8
 
5
9
  Fix issue with alpine not having bash installed.
package/bin/prepare.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # This runs as part of any `npm install` via `prepare`
4
4
  #
5
5
 
6
- set -eo pipefail
6
+ set -e
7
7
 
8
8
  startStage() {
9
9
  printf "%s" "$1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-precommit-hooks",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Precommit hooks for HMPPS typescript projects",
5
5
  "keywords": [
6
6
  "precommit"