Do I need to commit and push my changes before deploying my custom client? #2823
Answered
by
robinkwilson
animanoir
asked this question in
General Questions & Discussion
-
Yes or nah. |
Beta Was this translation helpful? Give feedback.
Answered by
robinkwilson
Aug 9, 2020
Replies: 1 comment
-
Nah. (I thought so too at first but no it's all bundled locally and sent up to your instance. Whatever code is available when you run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robinkwilson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nah.
(I thought so too at first but no it's all bundled locally and sent up to your instance. Whatever code is available when you run
npm run deploy
bundles it then sends that bundle up.)