build: setup tooling for publish to gcs
This commit is contained in:
+6
-4
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "Flowy.llink",
|
||||
"productName": "Flowy.llink",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Flowy.llink is a team communication app for teams",
|
||||
"main": ".vite/build/main.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "electron-forge start",
|
||||
"package": "electron-forge package --arch=universal",
|
||||
"make": "electron-forge make",
|
||||
"publish": "electron-forge publish",
|
||||
"package": "electron-forge package --arch=arm64 && electron-forge package --arch=x64",
|
||||
"make": "electron-forge make --arch=arm64 && electron-forge make --arch=x64",
|
||||
"release": "electron-forge publish --arch=arm64 && electron-forge publish --arch=x64",
|
||||
"lint": "eslint --ext .ts,.tsx .",
|
||||
"compile": "npx tsc --noEmit 2>&1 | grep '^src/'"
|
||||
},
|
||||
@@ -29,6 +29,7 @@
|
||||
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
|
||||
"@electron-forge/plugin-fuses": "^7.11.1",
|
||||
"@electron-forge/plugin-vite": "^7.11.1",
|
||||
"@electron-forge/publisher-gcs": "^7.11.1",
|
||||
"@electron/fuses": "^1.8.0",
|
||||
"@tailwindcss/vite": "^4.2.0",
|
||||
"@tanstack/eslint-plugin-query": "^5.91.4",
|
||||
@@ -60,6 +61,7 @@
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss": "^4.2.0",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"update-electron-app": "^3.1.2",
|
||||
"zod": "^4.3.6",
|
||||
"zustand": "^5.0.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user