chore: fix scripts path

This commit is contained in:
Mo 2022-06-07 12:04:11 -05:00
parent 10d3a1bbcc
commit de94fb69cf
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1
4 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn setup
- run: node scripts/desktop/build.mjs appimage-x64
- run: node ../../scripts/desktop/build.mjs appimage-x64
- uses: actions/upload-artifact@v2
with:
name: 'AppImage'

View File

@ -3,6 +3,7 @@
"main": "./app/dist/index.js",
"version": "3.20.2",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/app"
@ -36,7 +37,7 @@
"fs-extra": "^10.1.0",
"mime-types": "^2.1.35",
"mobx": "^6.5.0",
"@standardnotes/web": "^3.20.4",
"@standardnotes/web": "*",
"@electron/remote": "^2.0.8",
"electron": "17.4.2",
"lodash": "^4.17.21",

View File

@ -2,6 +2,7 @@
"name": "@standardnotes/web-server",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",
"description": "Ruby on Rails web server for hosting the web application",
"engines": {

View File

@ -4,6 +4,7 @@
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes",
"private": true,
"files": [
"dist"
],