Skip to content

Commit 0917968

Browse files
author
David Cavazos
committed
add setup file to config
1 parent 1cde3d1 commit 0917968

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
{
1818
"package-file": [ "package.json" ],
19+
"setup-file": "setup.json",
1920
"ignore": [
2021
".eslintignore",
2122
".eslintrc.json",

.github/config/nodejs-prod.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
{
1818
"package-file": [ "package.json" ],
19+
"setup-file": "setup.json",
1920
"ignore": [
2021
".eslintignore",
2122
".eslintrc.json",

0 commit comments

Comments
 (0)