Question
Does App Platform runs npm install or yarn for you?
My project has some dependencies, and I could not find out in the docs the answer. So I added a custom script like npm ci && npm run generate
to my NuxtJS static site, but it is consuming more build time. If I do not need the install step, it would be faster :D.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×