We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9cd12 commit 5f97d9fCopy full SHA for 5f97d9f
script/test_example_app
@@ -10,7 +10,7 @@ yarn install
10
11
# test a normal test run
12
bundle exec rake db:test:prepare
13
-bundle exec rake assets:precompile
+NODE_OPTIONS=--openssl-legacy-provider bundle exec rake assets:precompile
14
bundle exec rake cypress:run
15
16
# test that passing options works (by printing help)
0 commit comments