Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7deaa03

Browse files
Add build command when installing client
1 parent d45a2e2 commit 7deaa03

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
@@ -4,7 +4,7 @@
44
"description": "UBahn search ui api",
55
"main": "app.js",
66
"scripts": {
7-
"install-client": "cd client && npm install && cd ..",
7+
"install-client": "cd client && npm install && npm run build && cd ..",
88
"client": "cd client && npm start",
99
"start": "node app.js",
1010
"dev": "concurrently --kill-others-on-fail \"npm start\" \"cd client && npm start\"",

0 commit comments

Comments
 (0)