You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm excited about this app because it looks pretty close to the way I'm trying to build my web app, just simple Vue JS, Axios, and Airtable. However, I'm still a rookie and wasn't able to get it to deploy correctly on Netlify. I tried combining the build commands to put in the "Build Command" line on Netlify with && symbols:
npm install && npm run dev && npm run build && npm run build --report
Am I doing it wrong?
I also have a question about hiding and using environment variables.
The text was updated successfully, but these errors were encountered:
I'm excited about this app because it looks pretty close to the way I'm trying to build my web app, just simple Vue JS, Axios, and Airtable. However, I'm still a rookie and wasn't able to get it to deploy correctly on Netlify. I tried combining the build commands to put in the "Build Command" line on Netlify with && symbols:
npm install && npm run dev && npm run build && npm run build --report
Am I doing it wrong?
I also have a question about hiding and using environment variables.
The text was updated successfully, but these errors were encountered: