mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore: added dev alias to start
This commit is contained in:
parent
44996d60be
commit
97019c6c99
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user