Skip to content

Commit 8e7c28d

Browse files
committed
Fix server command
1 parent f015cba commit 8e7c28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "biome lint --write src",
3333
"precommit": "lint-staged",
3434
"test": "cross-env NODE_ENV=test vitest",
35-
"server": "node ./bin/json-graphql-server.js example/data.js",
35+
"server": "node ./bin/json-graphql-server.cjs example/data.cjs",
3636
"prepublish": "yarn build",
3737
"build": "yarn build-ts && yarn build-esm-cjs && yarn build-node && yarn build-umd",
3838
"build-ts": "tsc",

0 commit comments

Comments
 (0)