-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: test bun (possibly revert if needed)
- Loading branch information
Showing
13 changed files
with
88 additions
and
14,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "@movie-web/native", | ||
"private": true, | ||
"engines": { | ||
"node": ">=20.11.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*", | ||
"tooling/*" | ||
], | ||
"scripts": { | ||
"build": "turbo build", | ||
"clean": "git clean -xdf node_modules", | ||
|
@@ -14,8 +16,8 @@ | |
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache", | ||
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache", | ||
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache", | ||
"lint:ws": "pnpm dlx sherif@latest", | ||
"postinstall": "pnpm lint:ws", | ||
"lint:ws": "bunx sherif@latest", | ||
"postinstall": "bun lint:ws", | ||
"typecheck": "turbo typecheck" | ||
}, | ||
"devDependencies": { | ||
|
@@ -25,6 +27,5 @@ | |
"turbo": "^1.11.3", | ||
"typescript": "^5.4.3" | ||
}, | ||
"prettier": "@movie-web/prettier-config", | ||
"pnpm": {} | ||
"prettier": "@movie-web/prettier-config" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.