Skip to content

Commit 1bad84e

Browse files
committed
chore: Change build command syntax for guest server
1 parent 7ab7925 commit 1bad84e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can download the latest Linux builds under the [Releases](https://github.com
9393
- Additionally, for development you need to have NodeJS and Go installed on your system
9494
- Clone the repo (`git clone https://github.com/TibixDev/WinBoat`)
9595
- Install the dependencies (`npm i`)
96-
- Build the guest server (`npm run build-guest-server`)
96+
- Build the guest server (`npm run build:gs`)
9797
- Run the app (`npm run dev`)
9898

9999
## Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"dev": "node scripts/dev-server.ts",
12-
"build-guest-server": "bash build-guest-server.sh",
12+
"build:gs": "bash build-guest-server.sh",
1313
"build:linux-gs": "bash build-guest-server.sh && node scripts/build.ts && electron-builder --linux"
1414
},
1515
"repository": "https://github.com/TibixDev/winboat",

0 commit comments

Comments
 (0)