mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:42:34 +08:00
9 lines
118 B
Makefile
Vendored
9 lines
118 B
Makefile
Vendored
default: validate
|
|
|
|
validate:
|
|
bundle exec ruby lib/validation/run.rb
|
|
|
|
test:
|
|
bundle exec rspec
|
|
|
|
.PHONY: validate,test
|