Skip to content

Commit

Permalink
Merge pull request #344 from ilovepixelart/feature/switch-to-biome
Browse files Browse the repository at this point in the history
Command
  • Loading branch information
ilovepixelart authored Oct 6, 2024
2 parents faf9d0f + 423bdb1 commit 24f7d0b
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 @@ -76,7 +76,7 @@
"build": "npm run clean && npm run build:cjs && npm run build:esm && bash/chmod.sh",
"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": {
"@swc-node/register": "1.10.9",
Expand Down

0 comments on commit 24f7d0b

Please sign in to comment.