Skip to content

Commit

Permalink
ci: lint docs against latest version of alex
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 15, 2022
1 parent 6cc1f01 commit e606aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"bump": "npm version -m 'build: %s release'",
"debug": "ts-node src/cli.ts",
"lint": "eslint . bin/rdme bin/set-version-output --ext .js,.ts",
"lint-docs": "npx alex@10 . && npm run prettier:docs",
"lint-docs": "npx alex . && npm run prettier:docs",
"postversion": "git tag $npm_package_version",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
Expand Down

0 comments on commit e606aa0

Please sign in to comment.