try publish

LianaHus-patch-7
bunsenstraat 11 months ago
parent 9379310ab7
commit 7042a020c2
  1. 6
      apps/remixdesktop/package.json

@ -7,7 +7,7 @@
"description": "Remix IDE Desktop", "description": "Remix IDE Desktop",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remix-project.git" "url": "git+https://github.com/bunsenstraat/remix-desktop.git"
}, },
"author": { "author": {
"name": "Remix Team", "name": "Remix Team",
@ -24,7 +24,7 @@
"scripts": { "scripts": {
"start:dev": "tsc && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=development electron --inspect=5858 .", "start:dev": "tsc && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=development electron --inspect=5858 .",
"start:production": "tsc && && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=production electron .", "start:production": "tsc && && cp -R node_modules/yarn build/tools/ && cross-env NODE_ENV=production electron .",
"dist": "tsc && cp -R node_modules/yarn build/tools/ && electron-builder -p never", "dist": "tsc && cp -R node_modules/yarn build/tools/ && electron-builder",
"installRipGrepMacOXx64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=x64 node node_modules/@vscode/ripgrep/lib/postinstall.js", "installRipGrepMacOXx64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=x64 node node_modules/@vscode/ripgrep/lib/postinstall.js",
"installRipGrepMacOXarm64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=arm64 node node_modules/@vscode/ripgrep/lib/postinstall.js", "installRipGrepMacOXarm64": "rm -rf node_modules/@vscode/ripgrep/bin && npm_config_arch=arm64 node node_modules/@vscode/ripgrep/lib/postinstall.js",
"postinstall": "electron-builder install-app-deps" "postinstall": "electron-builder install-app-deps"
@ -68,7 +68,7 @@
"files": [ "files": [
"build/**/*" "build/**/*"
], ],
"publish": [], "publish": ["github"],
"mac": { "mac": {
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"target": [ "target": [

Loading…
Cancel
Save