Skip to content

Commit 212e5a3

Browse files
committed
chore: avoid missing option
1 parent 09d9df0 commit 212e5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"create-docs": "pnpm run create-options && node ./src/bin/generateDocs.js && pnpm ruleTypes",
170170
"create-rule": "node ./src/bin/generateRule.js",
171171
"create-options": "node ./src/bin/generateOptions.js",
172-
"install-offline": "pnpm install --prefer-offline --no-audit",
172+
"install-offline": "pnpm install --prefer-offline",
173173
"lint": "eslint",
174174
"lint-fix": "eslint --fix",
175175
"prepare": "husky",

0 commit comments

Comments
 (0)