We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4df60 commit 4368231Copy full SHA for 4368231
package.json
@@ -34,14 +34,14 @@
34
],
35
"scripts": {
36
"build": "rm -rf dist && tsc",
37
- "test": "./node_modules/.bin/jest --runInBand",
38
- "cov": "./node_modules/.bin/jest --runInBand --coverage --forceExit",
+ "test": "jest --runInBand",
+ "cov": "jest --runInBand --coverage --forceExit",
39
"lint": "mwts check",
40
"lint:fix": "mwts fix"
41
},
42
"repository": {
43
"type": "git",
44
- "url": "[email protected]:midwayjs/logger.git"
+ "url": "git+ssh://git@github.com/midwayjs/logger.git"
45
46
"license": "MIT"
47
}
0 commit comments