diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21a7eb6..6b32108 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 76bdb74..dbafff8 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -12,6 +12,6 @@ dependencies: - time steps: - name: "build newt" - command: "make newt3.js" + command: "make newt3" - name: "test" command: "make test"