Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 5, 2024
1 parent 8bd7a0c commit 82fe321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ozone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@atproto/ozone",
"version": "0.0.1",
"license": "MIT",
"description": "Reference implementation of app.bsky App View (Bluesky API)",
"description": "Backend service for moderating the Bluesky network.",
"keywords": [
"atproto",
"bluesky"
Expand All @@ -23,7 +23,7 @@
"codegen": "lex gen-server ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",
"build": "node ./build.js",
"postbuild": "tsc --build tsconfig.build.json",
"update-main-to-dist": "node ../../update-main-to-dist.js packages/bsky",
"update-main-to-dist": "node ../../update-main-to-dist.js packages/ozone",
"start": "node --enable-source-maps dist/bin.js",
"test": "../dev-infra/with-test-redis-and-db.sh jest",
"test:log": "tail -50 test.log | pino-pretty",
Expand Down

0 comments on commit 82fe321

Please sign in to comment.