mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 06:26:31 +08:00
fix linux server build
This commit is contained in:
parent
2978a262f7
commit
9ca4a016eb
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ rm node-v${NODE_VERSION}-linux-x64.tar.xz
|
||||||
mv node-v${NODE_VERSION}-linux-x64 node
|
mv node-v${NODE_VERSION}-linux-x64 node
|
||||||
|
|
||||||
cp -r ../../node_modules/ ./
|
cp -r ../../node_modules/ ./
|
||||||
|
cp -r ../../images/ ./
|
||||||
|
cp -r ../../libraries/ ./
|
||||||
cp -r ../../src/ ./
|
cp -r ../../src/ ./
|
||||||
cp -r ../../db/ ./
|
cp -r ../../db/ ./
|
||||||
cp -r ../../package.json ./
|
cp -r ../../package.json ./
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "trilium",
|
"name": "trilium",
|
||||||
"version": "0.30.7",
|
"version": "0.31.0-beta",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue