chore: build
This commit is contained in:
+4
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@expo/xcpretty",
|
||||
"description": "Parse and format xcodebuild logs",
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.3",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
|
||||
@@ -17,7 +17,7 @@
|
||||
"scripts": {
|
||||
"watch": "tsc --watch",
|
||||
"build": "tsc",
|
||||
"prepare": "yarn run clean && yarn build",
|
||||
"prepare": "bun run clean && bun run build",
|
||||
"clean": "rimraf build ./tsconfig.tsbuildinfo",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"test": "jest"
|
||||
@@ -37,6 +37,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/babel__code-frame": "^7.27.0",
|
||||
"@types/js-yaml": "^4.0.1"
|
||||
"@types/js-yaml": "^4.0.1",
|
||||
"@types/node": "^20.16.13"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user