Fix devcontainer by not forcing NODE_ENV (#28099)

This commit is contained in:
Renaud Chaput 2023-11-28 15:47:32 +01:00 committed by GitHub
parent a4de0e364b
commit cdc7894243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,4 +24,4 @@ RAILS_ENV=development ./bin/rails db:setup
RAILS_ENV=development ./bin/rails assets:precompile
# Precompile assets for test
RAILS_ENV=test NODE_ENV=tests ./bin/rails assets:precompile
RAILS_ENV=test ./bin/rails assets:precompile