Run commands on start workspace #373
-
Hey there ✋, This is kinda a noob question, but when I start a workspace, the commands aren't running, they're just running when I run it for the first time, and I want every time I open the workspace to run all the commands. My tasks:
- name: Install
init: npm install
- name: Start Server
command: npm run server
- name: Start Client
command: npm run client
- name: Start Test
command: npm run test My project: https://bitbucket.org/201flaviosilva/udemy-react-testing-library-sundaes-on-demand/ And I have other question, how do I just run all the other commands after the first one ("Install")? (sorry if this wasn't the right place to ask this 😅) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @201flaviosilva you need to use |
Beta Was this translation helpful? Give feedback.
Hi @201flaviosilva you need to use
gp sync-await
andgp sync-done
, you can read more about it hereRight place for this questions would be our discord server
For reporting bugs or feature requests, you can create an issue in the Gitpod repo