Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Nov 17, 2024
1 parent f2b081a commit 44c7422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"format": "bunx biome format src tests --write",
"check": "bunx tsc --noEmit",
"prepublish": "bun build ./src/FusionCollection.ts ./src/FusionItem.ts ./src/MarkdownParser.ts --outdir=dist --target node",
"check-all": "bun check-format && bun check && bun test",
"eslint": "bunx eslint src tests/collection.test.js",
"check-all": "bun check-format && bun check && bun run eslint && bun test",
"generate-types": "bunx tsc src/Fusion*.ts --skipLibCheck --esModuleInterop --declaration --allowJs --emitDeclarationOnly --outDir dist",
"build-publish": "bun run prepublish && bun run generate-types && bun publish",
"build-test": "bun run prepublish && bun run generate-types && bun pm pack"
Expand Down

0 comments on commit 44c7422

Please sign in to comment.