chore: script for running the demo app
This commit is contained in:
parent
f2dfe8aa8a
commit
e91c060c9e
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
"test:watch": "mocha --watch --parallel --timeout 15000",
|
||||
"format": "prettier -w .",
|
||||
"lint": "eslint . --ext .ts,.js",
|
||||
"lint:fix": "eslint --fix . --ext .ts,.js"
|
||||
"lint:fix": "eslint --fix . --ext .ts,.js",
|
||||
"demo": "npm run dev -w demo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
|
Loading…
Reference in a new issue