chore: script for running the demo app

This commit is contained in:
Ayo 2022-10-01 13:10:53 +02:00
parent f2dfe8aa8a
commit e91c060c9e

View file

@ -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",