chore: added dev alias to start

This commit is contained in:
bdbch 2023-06-21 01:18:29 +02:00
parent 44996d60be
commit 97019c6c99

View File

@ -10,6 +10,7 @@
],
"scripts": {
"start": "npm --prefix ./demos run start",
"dev": "npm run start",
"lint": "eslint --cache --quiet --no-error-on-unmatched-pattern ./",
"lint:fix": "eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./",
"lint:staged": "lint-staged",