update CI for new makefile

This commit is contained in:
2026-03-29 20:00:39 -07:00
parent 4814682712
commit 52c78aa6f6
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
# uses: oven-sh/setup-bun@v2 # uses: oven-sh/setup-bun@v2
- name: build - name: build
run: | run: |
make newt3.js make newt3
cd playground cd playground
npm install -g esbuild vite npm install -g esbuild vite
npm install npm install

View File

@@ -12,6 +12,6 @@ dependencies:
- time - time
steps: steps:
- name: "build newt" - name: "build newt"
command: "make newt3.js" command: "make newt3"
- name: "test" - name: "test"
command: "make test" command: "make test"