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
|
# 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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user