mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix devcontainer by not forcing NODE_ENV (#28099)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user