Skip to content

Commit 9ec217d

Browse files
committed
Don't regenerate pruned codegen modules in 'test:gen'
1 parent 56161a9 commit 9ec217d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"review:watch": "elm-review --watch --fix",
1313
"format": "elm-format src tests --validate",
1414
"test": "elm-test",
15-
"test:gen": "elm-pages run src/TestGenScript.elm",
15+
"test:gen": "SKIP_ELM_CODEGEN=true elm-pages run src/TestGenScript.elm",
1616
"test:watch": "elm-test --watch",
1717
"pub": "npm run build && npm publish"
1818
},

0 commit comments

Comments
 (0)