Skip to content

Commit 598f61b

Browse files
authored
fix(scripts): add quotes around blob arguments (#8054)
1 parent 5040145 commit 598f61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/discord.js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test:typescript": "tsc --noEmit && tsd",
88
"lint": "prettier --check . && eslint src && tslint typings/index.d.ts",
99
"format": "prettier --write . && eslint src --fix",
10-
"docs": "docgen -i ./src/*.js ./src/**/*.js -c ./docs/index.json -r ../../ -o ./docs/docs.json",
11-
"docs:test": "docgen -i ./src/*.js ./src/**/*.js -c ./docs/index.json -r ../../",
10+
"docs": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../ -o ./docs/docs.json",
11+
"docs:test": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../",
1212
"prepublishOnly": "yarn lint && yarn test",
1313
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'",
1414
"release": "cliff-jumper --skip-tag --verbose"

0 commit comments

Comments
 (0)