Skip to content

Commit

Permalink
use npx github:runtime-env/import-meta-env/packages/prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Jun 13, 2024
1 parent 4891588 commit a4b8232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ docker-tag-app:
docker-push-app:
docker push ghcr.io/mtes-mct/monitorenv/monitorenv-app:$(VERSION)
test-init-backend-env:
./frontend/node_modules/.bin/import-meta-env-prepare -u -x ./.env.backend.example -p ./.env.dev.defaults
npx github:runtime-env/import-meta-env/packages/prepare -u -x ./.env.backend.example -p ./.env.dev.defaults
test-run-infra-for-frontend:
export MONITORENV_VERSION=$(VERSION) && docker compose --profile=test up -d
test: test-back
Expand Down

0 comments on commit a4b8232

Please sign in to comment.