mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
New config file and update README
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"socket": "node ./socket/index.js",
|
||||
"all": "concurrently --kill-others \"npm run start\" \"npm run socket\"",
|
||||
"all": "npm run build && concurrently --kill-others \"npm run start\" \"npm run socket\"",
|
||||
"all-dev": "concurrently --kill-others \"npm run dev\" \"npm run socket\"",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user