Skip to content

Commit

Permalink
chore: manually clear lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 1, 2023
1 parent ea8d620 commit 3786cd1
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
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"type": "module",
"name": "swissqrbill",
"description": "Swiss QR Bill generation in Node.js and browsers",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"types": "./lib/shared/types.d.ts",
"scripts": {
"build": "vite build --config vite.config.ts && vite build --config vite.config.bundle.ts",
"build": "rm -r ./lib && vite build --config vite.config.bundle.ts && vite build --config vite.config.ts",
"docs": "npm run docs:pdf && npm run docs:svg && npm run docs:table && npm run docs:shared",
"docs:pdf": "unwritten src/pdf/swissqrbill.ts src/shared/types.ts -t tsconfig.docs.json -o docs/pdf/",
"docs:shared": "unwritten src/shared/utils.ts -t tsconfig.docs.json -o docs/utils/",
Expand Down

0 comments on commit 3786cd1

Please sign in to comment.