Skip to content

Commit

Permalink
fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Nov 7, 2024
1 parent f2e72a6 commit 39f91a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blossom-server-ts",
"version": "4.5.1",
"version": "4.5.2",
"description": "A blossom server implementation written in Typescript",
"main": "build/index.js",
"type": "module",
Expand All @@ -10,7 +10,7 @@
"prepublish": "pnpm build",
"start": "node build/index.js",
"build": "tsc",
"postbuild": "cd admin && pnpm build",
"postbuild": "cd admin && pnpm install && pnpm build",
"dev": "nodemon -i '**/data/**' -i '**/database.json' -i '**/database.old.json' --exec 'node' --loader @swc-node/register/esm src/index.ts",
"format": "prettier -w ."
},
Expand Down

0 comments on commit 39f91a7

Please sign in to comment.