Skip to content

Commit

Permalink
chore(api-client): Fixed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jul 29, 2024
1 parent 8e9d9ff commit ad70819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "npx tsc && node dist/index.js",
"test": "BACKEND_URL=http://localhost:4200 jest",
"test": "cross-env BACKEND_URL=http://localhost:4200 jest",
"lint": "eslint \"{src,tests}/**/*.ts\" --fix",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\""
},
Expand Down

0 comments on commit ad70819

Please sign in to comment.