Skip to content
45 changes: 29 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "lb-eslint --report-unused-disable-directives .",
"eslint:fix": "npm run eslint -- --fix",
"pretest": "npm run build",
"test": "echo No Tests",
"test": "lb-mocha --allow-console-logs dist/__tests__/**/*.js",
"posttest": "npm run lint",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
"prepublishOnly": "npm run test",
Expand Down Expand Up @@ -120,4 +120,4 @@
],
"repositoryUrl": "git@github.com:sourcefuse/loopback4-billing.git"
}
}
}
Loading
Loading