diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf1a81..b7ed5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main with: - purescript: "0.14.0" + purescript: "0.15.0" - name: Cache PureScript dependencies uses: actions/cache@v2 @@ -51,3 +51,6 @@ jobs: - name: Build the project run: npm run build + + - name: Make the examples + run: make examples diff --git a/Makefile b/Makefile index 9e75347..4a92b0f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build examples build: bower_components node_modules npx pulp build -examples: bower_components node_modules +examples: node_modules find examples -maxdepth 2 -type f -iname makefile -execdir make \; bower_components: node_modules