Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* if the TMux window is closed then ==> Checking your local environment has the necessary commands... ==> Validating your .env file for make up .env file valid for make up ==> Checking port ==> Building grapher yarn lerna run build > Lerna (powered by Nx) Running target build for 5 projects: - @ourworldindata/components - @ourworldindata/core-table - @ourworldindata/grapher - @ourworldindata/types - @ourworldindata/utils > @ourworldindata/types:build [existing outputs match the cache, left as is] > @ourworldindata/utils:build [existing outputs match the cache, left as is] > @ourworldindata/core-table:build [existing outputs match the cache, left as is] > @ourworldindata/components:build [existing outputs match the cache, left as is] > @ourworldindata/grapher:build [existing outputs match the cache, left as is] �[34mCLI�[39m Building entry: src/index.ts �[34mCLI�[39m Using tsconfig: tsconfig.src.json �[34mCLI�[39m tsup v7.2.0 �[34mCLI�[39m Using tsup config: /Users/brainstem/owid-grapher/packages/@ourworldindata/grapher/tsup.config.ts �[34mCLI�[39m Target: es2019 �[34mCLI�[39m Cleaning output folder �[34mCJS�[39m Build start �[34mDTS�[39m Build start �[32mCJS�[39m �[1mdist/index.css �[22m�[32m103.74 KB�[39m �[32mCJS�[39m �[1mdist/index.css.map �[22m�[32m194.07 KB�[39m �[32mCJS�[39m �[1mdist/index.js �[22m�[32m1.38 MB�[39m �[32mCJS�[39m �[1mdist/index.js.map �[22m�[32m2.59 MB�[39m �[32mCJS�[39m ⚡️ Build success in 1051ms �[32mDTS�[39m ⚡️ Build success in 6581ms �[32mDTS�[39m �[1mdist/index.d.ts �[22m�[32m64.51 KB�[39m > Lerna (powered by Nx) Successfully ran target build for 5 projects Nx read the output from the cache instead of running the command for 5 out of 5 tasks. ==> Starting dev environment tmux new-session -s grapher \ -n docker 'docker compose -f docker-compose.grapher.yml up' \; \ set remain-on-exit on \; \ set-option -g default-shell /bin/zsh \; \ new-window -n admin \ 'devTools/docker/wait-for-mysql.sh && yarn startAdminDevServer' \; \ set remain-on-exit on \; \ new-window -n vite 'yarn run startSiteFront' \; \ set remain-on-exit on \; \ new-window -n lerna 'yarn startLernaWatcher' \; \ set remain-on-exit on \; \ new-window -n welcome 'devTools/docker/banner.sh; exec /bin/zsh' \; \ bind R respawn-pane -k \; \ bind X kill-pane \; \ bind Q kill-server \; \ set -g mouse on \ || make down [exited] will error, throwing duplicate session - this change checks for a session and removes the grapher session if it's found before going back to where the contributor was
- Loading branch information