Skip to content

Commit 3cb4d94

Browse files
authored
Update Makefile
1 parent 9bf21a0 commit 3cb4d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lint:
88
npx eslint .
99

1010
build:
11-
NODE_ENV=production npm run build
11+
npm run build
1212

1313
test:
1414
echo no tests

0 commit comments

Comments
 (0)