Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 40fbb7a

Browse files
committed
fix(package.json): dotenv command 추가
1 parent 17ae44d commit 40fbb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*"
77
],
88
"scripts": {
9-
"build": "turbo run build",
9+
"build": "dotenv -- turbo run build",
1010
"test": "turbo run test",
1111
"dev": "dotenv -- turbo dev",
1212
"lint": "turbo run lint",

0 commit comments

Comments
 (0)