update CI for new makefile
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
# uses: oven-sh/setup-bun@v2
|
||||
- name: build
|
||||
run: |
|
||||
make newt3.js
|
||||
make newt3
|
||||
cd playground
|
||||
npm install -g esbuild vite
|
||||
npm install
|
||||
|
||||
@@ -12,6 +12,6 @@ dependencies:
|
||||
- time
|
||||
steps:
|
||||
- name: "build newt"
|
||||
command: "make newt3.js"
|
||||
command: "make newt3"
|
||||
- name: "test"
|
||||
command: "make test"
|
||||
|
||||
Reference in New Issue
Block a user