mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
chore: added dev alias to start
This commit is contained in:
parent
44996d60be
commit
97019c6c99
@ -10,6 +10,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm --prefix ./demos run start",
|
"start": "npm --prefix ./demos run start",
|
||||||
|
"dev": "npm run start",
|
||||||
"lint": "eslint --cache --quiet --no-error-on-unmatched-pattern ./",
|
"lint": "eslint --cache --quiet --no-error-on-unmatched-pattern ./",
|
||||||
"lint:fix": "eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./",
|
"lint:fix": "eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./",
|
||||||
"lint:staged": "lint-staged",
|
"lint:staged": "lint-staged",
|
||||||
|
Loading…
Reference in New Issue
Block a user