Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "pnpm lint && vitest run --coverage",
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
"dev": "pnpm lint && tsx src/index.ts --watch",
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean --minify",
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean",
"docker:build": "docker build -t jaredwray/mockhttp .",
"docker:run": "docker run -p 3000:3000 jaredwray/mockhttp",
"docker:push": "docker push jaredwray/mockhttp",
Expand Down
Loading