chore: set up project scripts for demo start
This commit is contained in:
parent
cb9c410848
commit
9229ca5f15
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
"ui"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npm run dev -w demo",
|
||||
"dev": "npm run dev -w demo",
|
||||
"test": "mocha --parallel --timeout 15000",
|
||||
"format": "prettier -w .",
|
||||
"lint": "eslint . --ext .ts,.js",
|
||||
|
|
Loading…
Reference in a new issue