@sentry/warden 0.35.0 → 0.35.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/warden",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.1",
|
|
4
4
|
"description": "Event-driven agent that reacts to GitHub events and executes code-review skills",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"cli": "tsx src/cli/index.ts",
|
|
59
59
|
"clean:dist": "rm -rf dist",
|
|
60
60
|
"build": "pnpm run clean:dist && tsc -p tsconfig.build.json",
|
|
61
|
-
"build:action": "rm -rf ../../dist/action && ncc build src/action/main.ts -o ../../dist/action --no-source-map-register --license licenses.txt",
|
|
61
|
+
"build:action": "tsx scripts/validate-action-layout.ts && rm -rf ../../dist/action && ncc build src/action/main.ts -o ../../dist/action --no-source-map-register --license licenses.txt && tsx scripts/validate-action-layout.ts --require-dist",
|
|
62
62
|
"dev": "tsc --watch",
|
|
63
63
|
"test": "vitest run --config vitest.config.ts",
|
|
64
64
|
"test:coverage": "vitest run --config vitest.config.ts --coverage",
|