From f64529d661bc347de067e215744f858e2b4bf3ad Mon Sep 17 00:00:00 2001 From: Mark Perkins Date: Thu, 23 Nov 2023 22:15:42 +0000 Subject: [PATCH] Run all Appraisal tests before release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31bad1679..67847e9f2 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "before:init": [ "npm install", "bundle install", - "rake spec" + "bundle exec appraisal rspec" ], "after:bump": [ "bundle exec appraisal install",