Skip to content

Commit 601cacb

Browse files
Fixed package.json for windows
1 parent 1c7ad24 commit 601cacb

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
@@ -89,6 +89,6 @@
8989
"recompileDebug": "node-gyp configure --debug build",
9090
"rebuildDebug": "node generate && node-gyp configure --debug build",
9191
"xcodeDebug": "node-gyp configure -- -f xcode",
92-
"postinstall": "./postinstall.sh"
92+
"postinstall": "bash postinstall.sh"
9393
}
9494
}

0 commit comments

Comments
 (0)