Skip to content

Commit

Permalink
build: format src/ping.js (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Glesias <[email protected]>
  • Loading branch information
MikeMcC399 and AtofStryker authored Mar 24, 2023
1 parent 01b6705 commit 34dad9d
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 @@ -12,7 +12,7 @@
"scripts": {
"test": "echo \"There are no tests :(\"",
"build": "ncc build -o dist index.js",
"format": "prettier --write index.js",
"format": "prettier --write index.js src/ping.js",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
"update:cypress": "./scripts/update-cypress-latest.sh"
},
Expand Down

0 comments on commit 34dad9d

Please sign in to comment.