This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
tldraw
Watch
4
Star
0
Fork
You've already forked tldraw
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
077d42c6f9
tldraw
/
templates
/
vite
/
.gitignore
3 lines
35 B
Text
Raw
Normal View
History
Unescape
Escape
Use github actions to mirror templates from monorepo to appropriate repos (#2781) The idea here is to mirror project templates from our monorepo to the corresponding "top level" repos in our organisation. The main benefits are: - being able to easily synchronise template versions to the last release on release - being able to test those templates together with the rest of the project - being able to deploy the unreleased version of the templates However, this PR will only do the synchronisation part. The main roadblock for the latter at the moment is running `yarn install` on packages in the current `main` that are still unreleased. There are ways around that, but this PR is deliberately minimalistic to land it sooner. ### Change Type - [x] `internal` — Any other changes that don't affect the published package --------- Co-authored-by: Taha <98838967+Taha-Hassan-Git@users.noreply.github.com>
2024-02-29 10:48:31 +00:00
/*/node_modules
node_modules
remove yarn stuff from the templates and ignore it (#2997) We accidentally checked in yarn cache in the template folders. We shall not do that. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2]
2024-02-29 12:32:16 +00:00
.yarn/
Reference in a new issue
Copy permalink