Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 610d03e

Browse files
committed
chore(signing): add scripts to build
1 parent 51ed6ae commit 610d03e

File tree

3 files changed

+44
-7
lines changed

3 files changed

+44
-7
lines changed

packages/electron-forge-win-signer/package-lock.json

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

packages/electron-forge-win-signer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
6+
"build": "tsc"
77
},
88
"keywords": [],
99
"author": "",
1010
"license": "ISC",
1111
"description": "",
1212
"devDependencies": {
13-
"@actions/artifact": "^2.3.2"
13+
"@actions/artifact": "^2.3.2",
14+
"typescript": "^5.8.3"
1415
}
1516
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"compilerOptions": {
3+
"outDir": "./dist",
4+
"esModuleInterop": true
5+
},
6+
"include": ["./src/**/*.ts"],
7+
}

0 commit comments

Comments
 (0)