chore: fix scripts path

This commit is contained in:
Mo
2022-06-07 12:00:54 -05:00
parent 0b7ce82aaa
commit 10d3a1bbcc
3 changed files with 5 additions and 3 deletions

View File

@@ -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'

View File

@@ -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",

View File

@@ -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