Fixed! But not drone publishing...

This commit is contained in:
2023-05-24 12:18:38 -04:00
parent 4073a6d619
commit 81c080f784
3 changed files with 9 additions and 150 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/services-common",
"version": "1.0.4",
"version": "1.0.6",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -11,7 +11,7 @@
"lint:fix": "eslint --fix --ext .ts,.tsx src/",
"prettier": "prettier --check 'src/**/*.ts'",
"prettier:fix": "prettier --write 'src/**/*.ts'",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests ./src"
},
"devDependencies": {
"@babel/core": "^7.21.8",