We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0437d17 commit b90b4cbCopy full SHA for b90b4cb
package.json
@@ -19,7 +19,7 @@
19
],
20
"scripts": {
21
"clean": "shx rm -rf dist",
22
- "build": "pnpm run clean && tsc && shx chmod +x dist/*.js",
+ "build": "pnpm run clean && tsc && shx chmod +x \"dist/*.js\"",
23
"prepare": "pnpm run build",
24
"start": "pnpm run start:http",
25
"start:http": "pnpm run build && cross-env TRANSPORT=http node dist/index.js",
0 commit comments