Skip to content

Commit

Permalink
fix(ignore): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 24, 2024
1 parent 562915b commit 653e698
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
Expand Up @@ -34,9 +34,9 @@
"test:coverage": "vitest run --config ./test/vitest.config.mts",
"test:watch": "vitest watch --config ./test/vitest.config.mts",
"clean": "rimraf --glob index* devices lib converters tsconfig.tsbuildinfo",
"build": "tsc",
"build": "pnpm run clean && tsc && mv dist/* .",
"build-watch": "tsc --watch",
"prepack": "pnpm run clean && pnpm run build && rimraf devices lib converters && mv dist/* .",
"prepack": "pnpm run clean && pnpm run build",
"prepare": "husky"
},
"author": "Koen Kanters",
Expand Down

0 comments on commit 653e698

Please sign in to comment.