mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
improved dev experience to build the tiptap package before starting dev server
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"dist/**"
|
||||
]
|
||||
},
|
||||
"web#dev": {
|
||||
"web#develop": {
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"dependsOn": [
|
||||
@@ -59,6 +59,9 @@
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
"develop": {
|
||||
"cache": false
|
||||
},
|
||||
"start": {
|
||||
"cache": false
|
||||
},
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --port 3000",
|
||||
"dev": "turbo run develop",
|
||||
"develop": "next dev --port 3000",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
|
||||
Reference in New Issue
Block a user