Skip to content

Commit 4d54543

Browse files
committed
fix: add build/check-types scripts to @secure-exec/v8
1 parent 32fcaf6 commit 4d54543

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/v8/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,21 @@
1414
"url": "https://github.com/rivet-dev/secure-exec.git",
1515
"directory": "packages/v8"
1616
},
17+
"scripts": {
18+
"build": "tsc",
19+
"check-types": "tsc --noEmit"
20+
},
1721
"exports": {
1822
".": {
1923
"types": "./dist/index.d.ts",
2024
"import": "./dist/index.js",
2125
"default": "./dist/index.js"
2226
}
2327
},
28+
"devDependencies": {
29+
"@types/node": "^22.10.2",
30+
"typescript": "^5.7.2"
31+
},
2432
"optionalDependencies": {
2533
"@secure-exec/v8-linux-x64-gnu": "0.2.0-rc.1",
2634
"@secure-exec/v8-linux-arm64-gnu": "0.2.0-rc.1",

pnpm-lock.yaml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)