Skip to content

Commit 57a00b6

Browse files
committed
Build in release mode instead of production
Production mode enforces a shard.lock which is not present here.
1 parent 0bc6246 commit 57a00b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ targets:
1313
main: src/deploy-cr/cli.cr
1414

1515
scripts:
16-
# We need to use --production here to avoid installing the development dependencies
17-
postinstall: shards build --production deploy
16+
postinstall: shards build --release deploy
1817

1918
executables:
2019
- deploy

0 commit comments

Comments
 (0)