Skip to content

Commit

Permalink
Command
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed Oct 6, 2024
1 parent ecf033b commit f761f98
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 @@ -72,7 +72,7 @@
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p config/tsconfig.cjs.json",
"build:esm": "tsc -p config/tsconfig.esm.json && bash/esm.sh",
"release": "npm run biome && npm run build && np"
"release": "npm install && npm run biome && npm run build && np"
},
"dependencies": {
"ioredis": "5.4.1",
Expand Down

0 comments on commit f761f98

Please # to comment.