Compare commits

...

1 Commits

Author SHA1 Message Date
Ronnie Smith 09aa7b9afe
remove or true to check for typescript errors 2022-05-11 17:28:58 -07:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "8.1.47",
"version": "8.1.48",
"description": "Common utilities for the S3 project components",
"main": "build/index.js",
"repository": {
@ -81,7 +81,7 @@
"lint_yml": "yamllint $(git ls-files '*.yml')",
"test": "jest tests/unit",
"build": "tsc",
"prepare": "yarn build || true",
"prepare": "yarn build",
"ft_test": "jest tests/functional --testTimeout=120000 --forceExit",
"coverage": "nyc --clean jest tests --coverage --testTimeout=120000 --forceExit"
},