Skip to content

Commit f7a361d

Browse files
committed
chore: Fix local build issues
1 parent 747fc5d commit f7a361d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

bun.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@vitest/coverage-v8": "^2.1.1",
2222
"@webext-core/fake-browser": "workspace:*",
2323
"lint-staged": "^16.2.6",
24+
"parse-path": "^7.1.0",
2425
"playwright": "^1.47.0",
2526
"prettier": "^3.3.3",
2627
"simple-git-hooks": "^2.13.1",

packages/tsconfig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"license": "MIT",
66
"scripts": {
7+
"check": "echo 'noop'",
78
"build": "echo 'noop'"
89
}
910
}

0 commit comments

Comments
 (0)