Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e469579

Browse files
committed
Fix pakage.json,for Azure
1 parent 938b61d commit e469579

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
@@ -44,7 +44,7 @@
4444
"build-client": "gulp --gulpfile=./Plugins/gulpfile.js --cwd=./Plugins",
4545
"build": "npm run build-server && npm run build-client",
4646
"prepublish": "npm run build",
47-
"start": "npm run prepublish && node ./Server/server.js"
47+
"start": "node ./Server/server.js"
4848
},
4949
"bin": {
5050
"vorlon": "./bin/vorlon"

0 commit comments

Comments
 (0)