fix linux server build

This commit is contained in:
zadam 2019-04-01 23:11:06 +02:00
parent 2978a262f7
commit 9ca4a016eb
2 changed files with 3 additions and 1 deletions

View file

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

@ -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": {