diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-27 23:00:25 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-28 20:46:22 -0700 |
commit | 06159c5720384cf9dad98161e3d5ed52dcb0145b (patch) | |
tree | d642dc3283096efad857baed006ef7b2362739e7 /.prettierignore | |
parent | ec73128cd816c9d109dce9189823c4f7eec69d0d (diff) | |
download | ci-06159c5720384cf9dad98161e3d5ed52dcb0145b.tar.gz ci-06159c5720384cf9dad98161e3d5ed52dcb0145b.zip |
Adds run command to packpub/npm.
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 23da47f..e5b0639 100644 --- a/.prettierignore +++ b/.prettierignore @@ -69,4 +69,6 @@ Dockerfile* *.config.ts # Markdown files that might be auto-generated -CHANGELOG.md
\ No newline at end of file +CHANGELOG.md + +ci/ci.cjs |