Adding pnpm workspaces to recursively update templates dependencies

This commit is contained in:
Alexandre Mouton-Brady
2021-02-04 22:40:08 +01:00
parent 2711f753a4
commit e0b923bd83
4 changed files with 1015 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
node_modules
+6
View File
@@ -49,6 +49,12 @@ You wish there was a template with a router? Bootstrap? Your favorite library?
Feel free to make a pull request. Copy on of the template already available, tweak, name it properly and make a PR.
## Contributing
To update all dependencies you can run:
`pnpm up -r -L`
## Troubleshooting
It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000154544-I-m-having-a-huge-problem-with-Webstorm-and-react-hot-loader-) and disable the **"Safe Write"** option in **"Settings | Appearance & Behavior | System Settings"**.
+1003
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
packages:
- 'js/'
- 'ts/'
- 'ts-minimal/'
- 'ts-tailwind/'