ZachJW34 / nx-plus

Collection of Nx Community Plugins
MIT License
302 stars 50 forks source link

docs: add postinstall instructions to Vite and Nuxt READMEs #254

Open bokub opened 2 years ago

bokub commented 2 years ago
bokub commented 2 years ago

Since we are updating the documentation to point to the binary, we should update the schematics to use the binary over the node script. Let me know if you need any help with that!

Sorry but I don't understand what you mean

ZachJW34 commented 2 years ago

When we scaffold a new application, we will add this post-install script if it is not already there. You can see that here (and in the other packages, I need to make some reusable libs). The binary script looks better, so we should update the generators to add the binary script vs the node script.

bokub commented 2 years ago

Oh OK, got it. I'll try to do that tomorrow 👍

bokub commented 2 years ago

@ZachJW34 Done :heavy_check_mark:

bokub commented 2 years ago

I have no idea why the tests are failing in CircleCI, they are not failing locally...