Skip to content

Commit 86a2fdd

Browse files
committed
dev: speed up gem building with rake multitask
1 parent 77e902d commit 86a2fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bundle exec rake compile test
1919

2020
# package the gems, including precompiled native
2121
bundle exec rake clean clobber
22-
bundle exec rake gem:all
22+
bundle exec rake -m gem:all
2323
cp -v pkg/sqlite3*.gem gems
2424

2525
# test those gem files!

0 commit comments

Comments
 (0)