Skip to content

Commit

Permalink
Run test build under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 14, 2023
1 parent ac94b57 commit 5310b11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

.makefiles/%:
@curl -sfL https://makefiles.dev/v1 | bash /dev/stdin "$@"

################################################################################

.PHONY: ci
ci::
cd test/integration/simple; $(JS_EXEC) webpack

0 comments on commit 5310b11

Please sign in to comment.