Skip to content

Commit 5cbafa7

Browse files
committed
chore: review-comments
1 parent 52fae60 commit 5cbafa7

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

e2e/am-mock-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"keywords": [],
77
"license": "ISC",
88
"author": "",
9-
"type": "commonjs",
9+
"type": "module",
1010
"main": "./index.js",
1111
"dependencies": {
12-
"@types/express": "5.0.1",
12+
"@types/express": "^4.17.17",
1313
"body-parser": "^2.2.0",
1414
"cookie-parser": "^1.4.7",
1515
"cors": "^2.8.5",

e2e/am-mock-api/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"executor": "@nx/js:node",
3737
"outputs": ["{projectRoot}/dist"],
3838
"options": {
39-
"buildTarget": "mock-api:build"
39+
"buildTarget": "am-mock-api:build"
4040
}
4141
},
4242
"lint": {

pnpm-lock.yaml

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)