From 4e9cd12f0e62bed828f25d12e7a43d81d5920bfa Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Mon, 5 Jun 2023 22:49:49 +0900 Subject: [PATCH] Add assets precompile --- script/test_example_app | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test_example_app b/script/test_example_app index 686ba63..35cc14a 100755 --- a/script/test_example_app +++ b/script/test_example_app @@ -10,6 +10,7 @@ yarn install # test a normal test run bundle exec rake db:test:prepare +bundle exec rake assets:precompile bundle exec rake cypress:run # test that passing options works (by printing help)