Skip to content

Commit 043ef88

Browse files
committed
use system chmod
1 parent 482ba4b commit 043ef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Update your `package.json` to set `type: "module"` and a build script:
461461
{
462462
"type": "module",
463463
"scripts": {
464-
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
464+
"build": "tsc && chmod 755 build/index.js",
465465
}
466466
}
467467
```

0 commit comments

Comments
 (0)