Skip to content

Commit dabb31d

Browse files
chore(randomness): pr review
1 parent ea10681 commit dabb31d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-randomness.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
username: ${{ secrets.SERVER_USERNAME }}
5353
key: ${{ secrets.SERVER_KEY }}
5454
port: ${{ secrets.SERVER_PORT }}
55+
# We copy better-sqlite3, bindings, and file-uri-to-path separately because the bundled file does not include
56+
# better-sqlite3 and its dependencies
5557
script: |
5658
chmod -R o+rX /home/deployer/randomness
5759
mv /home/deployer/randomness /tmp

apps/randomness/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": ["../../support/configs/tsconfig.base.json"],
3-
"include": ["*.ts", "src", "src/db/migrations"]
3+
"include": ["*.ts", "src"]
44
}

0 commit comments

Comments
 (0)