Skip to content

Commit

Permalink
rollback serve task
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry DEGREMONT committed Sep 16, 2024
1 parent eb8dcb4 commit 268271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "npm run downloadswaggers && mesh build",
"downloadswaggers": "NODE_TLS_REJECT_UNAUTHORIZED='0' sucrase-node ./scripts/download-sources.ts",
"postinstall": "patch-package",
"serve": "npm run build && mesh start",
"serve": "npm run build && sucrase-node serve.ts",
"start": "npm run downloadswaggers && mesh dev",
"startmesh": "mesh build",
"server": "sucrase-node serve.ts",
Expand Down

0 comments on commit 268271a

Please sign in to comment.