mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00: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
|
RAILS_ENV=development ./bin/rails assets:precompile
|
||||||
|
|
||||||
# Precompile assets for test
|
# 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