mirror of
https://github.com/zadam/trilium.git
synced 2025-09-06 14:46:42 +08:00
fix build script
This commit is contained in:
parent
fbce84e779
commit
82614c1c73
2 changed files with 3 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
./set-build.sh
|
||||
|
||||
echo "Deleting dist"
|
||||
|
||||
rm -r dist/*
|
||||
|
|
|
@ -1 +1 @@
|
|||
module.exports = { buildDate:"2017-11-13T23:17:28-05:00", buildRevision: "f9056c6754293da6dc2803eb7f04e0902f08be6f" };
|
||||
module.exports = { buildDate:"2017-11-13T23:36:03-05:00", buildRevision: "fbce84e779951056c0e8b4d5395ee2fbe426555e" };
|
||||
|
|
Loading…
Add table
Reference in a new issue