Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Sep 25, 2024
1 parent f485808 commit 6027913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"xcloudapi": "yarn workspace @greenlight/xcloudapi",
"webapi": "yarn workspace @greenlight/webapi",
"platform": "yarn workspace @greenlight/platform",
"test": "yarn authentication test && yarn logger test && yarn storeapi test && yarn xcloudapi test && yarn webapi test && yarn platform test"
"test": "yarn authentication test && yarn logger test && yarn xcloudapi test && yarn storeapi test && yarn webapi test && yarn platform test"
},
"workspaces": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion packages/storeapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc --build",
"build:deps": "yarn workspace @greenlight/authentication build && yarn workspace @greenlight/logger build && yarn workspace @greenlight/xcloudapi build",
"clean": "rm -rf dist/ && rm -rf *.tsbuildinfo",
"test": "yarn build && mocha -r ../../node_modules/ts-node/register tests/**.ts tests/**/*.ts"
"test": "yarn build:deps && yarn build && mocha -r ../../node_modules/ts-node/register tests/**.ts tests/**/*.ts"
},
"dependencies": {
"@greenlight/authentication": "workspace:^",
Expand Down

0 comments on commit 6027913

Please sign in to comment.