Skip to content

Commit

Permalink
Fix devcontainer by not forcing NODE_ENV (mastodon#28099)
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap authored Nov 28, 2023
1 parent a4de0e3 commit cdc7894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cdc7894

Please sign in to comment.