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'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: yarn setup
|
||||
- run: node scripts/build.mjs appimage-x64
|
||||
- run: node scripts/desktop/build.mjs appimage-x64
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'AppImage'
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
"build:web": "lerna run build --scope=@standardnotes/web",
|
||||
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
|
||||
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"version-bump": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
|
||||
"publish-packages": "lerna publish from-git --yes"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.21",
|
||||
|
||||
@@ -72,7 +72,7 @@ Building can then be done by running:
|
||||
|
||||
Followed by
|
||||
|
||||
- `node scripts/build.mjs deb-arm64`
|
||||
- `node scripts/desktop/build.mjs deb-arm64`
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user