Skip to content

Commit 1bbc431

Browse files
committed
disable boolean-negation in yargs
1 parent 8798f08 commit 1bbc431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/gatsby-cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"build": "babel src --out-dir lib --ignore __tests__",
4242
"watch": "babel -w src --out-dir lib --ignore __tests__",
4343
"prepublish": "cross-env NODE_ENV=production npm run build"
44+
},
45+
"yargs": {
46+
"boolean-negation": false
4447
}
4548
}

0 commit comments

Comments
 (0)