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

master
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
1 changed files with 1 additions and 1 deletions

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