Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 28, 2023
1 parent c731be8 commit 82d08a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"release": "lerna publish",
"test": "cross-env ./scripts/prepare.sh",
"test_once": "cross-env ./scripts/prepare.sh v3/midway-serverless-http-new",
"test_once": "cross-env ./scripts/prepare.sh v3/midway-serverless-http-new-esm",
"build": "lerna run build"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/function",
"test": "cross-env NODE_ENV=unittest mocha",
"cov": "cross-env c8 --all --reporter=text --reporter=lcovonly npm run test",
"cov": "cross-env c8 --include src --all --reporter=text --reporter=lcovonly npm run test",
"deploy": "",
"lint": "mwts check",
"lint:fix": "mwts fix",
Expand Down
2 changes: 1 addition & 1 deletion v3/midway-serverless-http-new/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/function --port 7001",
"test": "cross-env NODE_ENV=unittest node -r ts-node/register ./node_modules/.bin/mocha",
"test": "cross-env NODE_ENV=unittest node -r ts-node/register mocha",
"cov": "cross-env c8 --include src --all --reporter=text --reporter=lcovonly npm run test",
"deploy": "",
"lint": "mwts check",
Expand Down

0 comments on commit 82d08a2

Please sign in to comment.