Skip to content

Commit 269d259

Browse files
committed
fix: exclude detector.js from TypeScript compilation
1 parent 8ab656c commit 269d259

File tree

3 files changed

+1243
-3
lines changed

3 files changed

+1243
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lycorp-jp/tappy",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Tappy analyzes the size of buttons, links, and other interactive elements on smartphone web screens and displays tap success rates.",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"dist"
2929
],
3030
"scripts": {
31-
"build": "pnpm clean && tsc",
31+
"build": "pnpm clean && tsc && cpx -C src/browser/** dist/browser/",
3232
"clean": "rimraf dist",
3333
"lint": "biome check",
3434
"test": "vitest run"

0 commit comments

Comments
 (0)