Skip to content

Commit 4368231

Browse files
committed
chore: update
1 parent 0a4df60 commit 4368231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
],
3535
"scripts": {
3636
"build": "rm -rf dist && tsc",
37-
"test": "./node_modules/.bin/jest --runInBand",
38-
"cov": "./node_modules/.bin/jest --runInBand --coverage --forceExit",
37+
"test": "jest --runInBand",
38+
"cov": "jest --runInBand --coverage --forceExit",
3939
"lint": "mwts check",
4040
"lint:fix": "mwts fix"
4141
},
4242
"repository": {
4343
"type": "git",
44-
"url": "[email protected]:midwayjs/logger.git"
44+
"url": "git+ssh://git@github.com/midwayjs/logger.git"
4545
},
4646
"license": "MIT"
4747
}

0 commit comments

Comments
 (0)