We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509388f commit 1268060Copy full SHA for 1268060
package.json
@@ -16,7 +16,7 @@
16
"watch-ts": "tsx watch src/bin.ts fixtures/db.json",
17
"watch-css": "npm run css -- --watch",
18
"dev": "concurrently npm:watch-*",
19
- "build": "rm -rf lib && tsc && npm run css",
+ "build": "rm -rf lib && tsc && npm run css && mkdir lib/views && cp views/index.html lib/views/index.html",
20
"test": "npm run css && node --import tsx/esm --test src/*.test.ts",
21
"lint": "eslint src --ext .ts --ignore-path .gitignore",
22
"prepare": "husky install",
0 commit comments