Skip to content

Commit 7aae5ea

Browse files
authored
Update main.workflow
1 parent 89ae732 commit 7aae5ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/main.workflow

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ workflow "Build, Test, and Publish" {
66
action "Build" {
77
uses = "actions/npm@master"
88
args = "install"
9-
env = {
10-
NODE_ENV = "production"
11-
}
129
}
1310

1411
action "Test" {

0 commit comments

Comments
 (0)