Skip to content

Commit

Permalink
chore(makefile): remove targets
Browse files Browse the repository at this point in the history
[1] ────
Update Makefile to remove target for 'dev-local-1-click' which is deemed redundant.
  • Loading branch information
migbash committed Dec 10, 2024
1 parent ee6edda commit aea44fa
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,34 +187,6 @@ setup-main-check:
$(MAKE) --no-print-directory log-end
#

# ╭──────────────────────────────────────────────────────────────────────────────────╮
# │ 🛠️ │ DEVELOPEMNT │
# ╰──────────────────────────────────────────────────────────────────────────────────╯

.ONESHELL:
dev-local-1-click:
@
# ╭──────────────────────────────────────────────────────────────────╮
# │ NOTE: │ DESCRIPTION │
# │ > 1-click quick spin up of local development environment │
# ╰──────────────────────────────────────────────────────────────────╯

# . ${NVM_DIR}/nvm.sh
# nvm use

echo \
"$(COLOUR_B)\
\n╭──────────────────────────────────────────────────────────────────╮\
\n│ 📣 Initiating Development Setup │\
\n╰──────────────────────────────────────────────────────────────────╯\
$(END_COLOUR)\n";
#

DOTENV_KEY=$(shell npx --yes [email protected] keys development)\
npm run "sveltekit|:|dev|:|1-click"
#
#

# ╭──────────────────────────────────────────────────────────────────────────────────╮
# │ 🔑 │ DOTENV SECRETS │
# ╰──────────────────────────────────────────────────────────────────────────────────╯
Expand Down

0 comments on commit aea44fa

Please sign in to comment.