Skip to content

Commit

Permalink
#0 | Remove templates as they are not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayvenu committed May 3, 2024
1 parent 79f5f20 commit 5fd4c63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ start-dark:
yarn start-dark

start-with-staging:
cp env_templates/.env.staging.local.template .env.development.local
yarn start-with-staging

start-with-prerelease:
cp env_templates/.env.prerelease.local.template .env.development.local
yarn start-with-prerelease

start-with-prod:
cp env_templates/.env.prod.local.template .env.development.local
yarn start-with-prod

storybook:
Expand Down
Empty file.
Empty file.

0 comments on commit 5fd4c63

Please sign in to comment.