Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Sep 11, 2024
1 parent 73ed21d commit 22070e6
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 @@ -14,7 +14,7 @@
"clean": "make clean",
"diff:check": "npm run _diff:check || (echo; echo 'WARNING: the files above have not been committed'; echo)",
"diff:fail": "npm run _diff:check || (echo; echo 'ERROR: the files above have changed. Locally rerun `npm run test-and-fix` and commit changes'; echo; exit 1)",
"log:check:links": "npm run check-links--warn | tee tmp/build-log.txt",
"log:check:links": "npm run _check-links--warn | tee tmp/build-log.txt",
"postbuild:preview": "npm run _check-links--warn",
"postbuild:production": "npm run _check-links--warn",
"precheck-links:all": "npm run build",
Expand Down

0 comments on commit 22070e6

Please sign in to comment.