We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50749a0 + 7aae5ea commit b764f46Copy full SHA for b764f46
.github/main.workflow
@@ -6,9 +6,6 @@ workflow "Build, Test, and Publish" {
6
action "Build" {
7
uses = "actions/npm@master"
8
args = "install"
9
- env = {
10
- NODE_ENV = "production"
11
- }
12
}
13
14
action "Test" {
0 commit comments