no theia next

nomaster
Jeff Moe 2023-11-12 16:42:46 -07:00
parent f6739f506f
commit 29d07d28cf
1 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,6 @@
"build:prod": "yarn -s rebuild && theia build --app-target=\"browser\"",
"rebuild": "theia rebuild:browser --cacheRoot .",
"start": "theia start --plugins=local-dir:../../plugins",
"watch": "concurrently --kill-others -n tsc,build -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\"",
"update:next": "ts-node ../../scripts/update-theia-to-next.ts"
"watch": "concurrently --kill-others -n tsc,build -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\""
}
}