Skip to content

Commit

Permalink
remove prints for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Oct 23, 2024
1 parent 86791b0 commit 460eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"scripts": {
"build": "yarn build:ts && yarn build:api",
"build:ts": "tsup",
"build:api": "ls -la ../server/dist && tsc -v && tsc && api-extractor run --local --verbose",
"build:api": "tsc && api-extractor run --local --verbose",
"test": "vitest run",
"test:watch": "vitest",
"docs": "typedoc",
Expand Down

0 comments on commit 460eca3

Please sign in to comment.