Skip to content

Commit b90b4cb

Browse files
committed
Update build script in package.json
1 parent 0437d17 commit b90b4cb

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
@@ -19,7 +19,7 @@
1919
],
2020
"scripts": {
2121
"clean": "shx rm -rf dist",
22-
"build": "pnpm run clean && tsc && shx chmod +x dist/*.js",
22+
"build": "pnpm run clean && tsc && shx chmod +x \"dist/*.js\"",
2323
"prepare": "pnpm run build",
2424
"start": "pnpm run start:http",
2525
"start:http": "pnpm run build && cross-env TRANSPORT=http node dist/index.js",

0 commit comments

Comments
 (0)