Skip to content

Commit

Permalink
fixing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bearcubsvet committed Oct 14, 2024
1 parent d02aff8 commit 40296fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include .env
export $(shell sed 's/=.*//' .env)
SHELL := /bin/bash

# include .env
# export $(shell sed 's/=.*//' .env)

PACKAGE_NAME := $(shell jq -r .name package.json)
PACKAGE_VERSION := $(shell jq -r .version package.json)
Expand Down

0 comments on commit 40296fe

Please sign in to comment.