Skip to content

Commit 452b8e4

Browse files
committed
add build command to array
1 parent 4b34926 commit 452b8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/array/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"package": "electron-forge package",
1717
"make": "electron-forge make",
1818
"publish": "electron-forge publish",
19+
"build": "pnpm package",
1920
"build-native": "bash scripts/build-native-modules.sh",
2021
"build-icons": "bash scripts/generate-icns.sh",
2122
"typecheck": "tsc -p tsconfig.node.json --noEmit && tsc -p tsconfig.web.json --noEmit",

0 commit comments

Comments
 (0)