Roadmap to becoming a developer in 2022
 
 
 
 
 

9 lines
255 B

#!/usr/bin/env bash
set -e
pnpm add github:roadmapsh/web-draw-v2#path:packages/editor
# ignore the worktree changes for the package.json
git update-index --assume-unchanged package.json || true
git update-index --assume-unchanged pnpm-lock.yaml || true