chore: fix scripts path
This commit is contained in:
2
.github/workflows/desktop.dev.yml
vendored
2
.github/workflows/desktop.dev.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: yarn setup
|
- run: yarn setup
|
||||||
- run: node scripts/desktop/build.mjs appimage-x64
|
- run: node ../../scripts/desktop/build.mjs appimage-x64
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: 'AppImage'
|
name: 'AppImage'
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"main": "./app/dist/index.js",
|
"main": "./app/dist/index.js",
|
||||||
"version": "3.20.2",
|
"version": "3.20.2",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/standardnotes/app"
|
"url": "git://github.com/standardnotes/app"
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"mime-types": "^2.1.35",
|
"mime-types": "^2.1.35",
|
||||||
"mobx": "^6.5.0",
|
"mobx": "^6.5.0",
|
||||||
"@standardnotes/web": "^3.20.4",
|
"@standardnotes/web": "*",
|
||||||
"@electron/remote": "^2.0.8",
|
"@electron/remote": "^2.0.8",
|
||||||
"electron": "17.4.2",
|
"electron": "17.4.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"name": "@standardnotes/web-server",
|
"name": "@standardnotes/web-server",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
"private": true,
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
"description": "Ruby on Rails web server for hosting the web application",
|
"description": "Ruby on Rails web server for hosting the web application",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user