Skip to content

Commit 5973b12

Browse files
committed
Another try
1 parent 7542625 commit 5973b12

File tree

3 files changed

+4
-259
lines changed

3 files changed

+4
-259
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /app
1616
ADD . /app
1717

1818
# Build the `silverbullet` self-contained binary in /app/silverbullet
19-
RUN rm deno.lock && make build
19+
RUN make build
2020

2121
# Stage 2: Create the runtime from the build
2222
FROM alpine:latest

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "@silverbulletmd/silverbullet",
33
"version": "2.4.1",
44
"tasks": {
5-
"build": "make clean && deno run -A build_plugs_libraries.ts && deno run -A build_client.ts",
5+
"build": "make clean && deno run -A --no-lock build_plugs_libraries.ts && deno run -A --no-lock build_client.ts",
66
"build-production": "deno task build --production",
7-
"build-plug-compile": "deno run -A build_plug_compile.ts",
7+
"build-plug-compile": "deno run -A --no-lock build_plug_compile.ts",
88
"check": "find . -name '*.ts*' -not -path \"*/node_modules/*\" | xargs deno check",
99
"checks": "deno task check && deno task lint && deno task test",
1010
"lint": "deno lint --fix",
1111
"fmt": "deno fmt",
1212
"test": "deno test -A --fail-fast",
1313
"bench": "deno bench -A",
14-
"plugs": "deno run -A build_plugs_libraries.ts"
14+
"plugs": "deno run -A --no-lock build_plugs_libraries.ts"
1515
},
1616
"publish": {
1717
"exclude": ["website", "CHANGELOG.md", "**/*.md"]

deno.lock

Lines changed: 0 additions & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)