✨ Adding pnpm workspaces to recursively update templates dependencies
This commit is contained in:
@@ -0,0 +1 @@
|
||||
node_modules
|
||||
@@ -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"**.
|
||||
|
||||
Generated
+1003
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
packages:
|
||||
- 'js/'
|
||||
- 'ts/'
|
||||
- 'ts-minimal/'
|
||||
- 'ts-tailwind/'
|
||||
Reference in New Issue
Block a user