Skip to content

Commit 1268060

Browse files
committed
fix: copy views/index.html
1 parent 509388f commit 1268060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"watch-ts": "tsx watch src/bin.ts fixtures/db.json",
1717
"watch-css": "npm run css -- --watch",
1818
"dev": "concurrently npm:watch-*",
19-
"build": "rm -rf lib && tsc && npm run css",
19+
"build": "rm -rf lib && tsc && npm run css && mkdir lib/views && cp views/index.html lib/views/index.html",
2020
"test": "npm run css && node --import tsx/esm --test src/*.test.ts",
2121
"lint": "eslint src --ext .ts --ignore-path .gitignore",
2222
"prepare": "husky install",

0 commit comments

Comments
 (0)