mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
Add generate-renderer and dummy renderer
This commit is contained in:
@@ -16,4 +16,8 @@ npm run build -- --filter=@roadmapsh/dummy-editor
|
||||
cp -rf packages/dummy-editor ../../editor
|
||||
|
||||
# Remove temp directory
|
||||
rm -rf .temp
|
||||
rm -rf .temp
|
||||
|
||||
# Reinstall so that the editor which was setup gets used
|
||||
rm -rf node_modules
|
||||
pnpm install
|
||||
@@ -32,6 +32,7 @@ done
|
||||
rm -rf .temp
|
||||
|
||||
# Reinstall so that the editor which was setup gets used
|
||||
rm -rf node_modules
|
||||
pnpm install
|
||||
|
||||
git checkout -- pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user