Skip to content

Commit

Permalink
fix(filecheck): run from repository root (#7622)
Browse files Browse the repository at this point in the history
Otherwise `correctContentPathFromEnv()` in libs/env fails.
  • Loading branch information
caugner authored Nov 18, 2022
1 parent dd10116 commit 5c8ce57
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 @@ -23,7 +23,7 @@
"build:sw-dev": "cd client/pwa && yarn && yarn build",
"dev": "yarn build:prepare && nf -j Procfile.dev start",
"eslint": "eslint .",
"filecheck": "cd filecheck && ts-node cli.ts",
"filecheck": "ts-node filecheck/cli.ts",
"m2h": "ts-node markdown/m2h/cli.ts",
"md": "echo 'The HTML to Markdown conversion command has been moved to https://github.com/mdn/markdown!' && exit 1",
"prepack": "yarn build:dist",
Expand Down

0 comments on commit 5c8ce57

Please sign in to comment.