Fix devcontainer by not forcing `NODE_ENV` (#28099)

th-downstream
Renaud Chaput 12 months ago committed by GitHub
parent a4de0e364b
commit cdc7894243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save