Skip to content

Commit

Permalink
Merge pull request #117 from commerce-docs/ds_rename_task
Browse files Browse the repository at this point in the history
Rename the test:links task
  • Loading branch information
dshevtsov authored Oct 17, 2023
2 parents a347224 + 1262717 commit 23f5048
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 @@ -32,7 +32,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"test:md": "markdownlint src/pages",
"test:links": "remark src/pages --quiet --frail",
"test": "remark src/pages --quiet --frail",
"lint": "docker run --rm -e RUN_LOCAL=true --env-file .github/super-linter.env -v \"$PWD\":/tmp/lint github/super-linter:slim-v4.10.1"
},
"packageManager": "yarn@3.2.4"
Expand Down

0 comments on commit 23f5048

Please sign in to comment.