Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 25, 2024
1 parent 98e651c commit c8c9fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install step
run: |
npm install -g pnpm
corepack enable
pnpm i
- name: Build step
Expand All @@ -40,5 +40,5 @@ jobs:
uses: denoland/deployctl@v1
with:
project: "nest-admin"
entrypoint: "dist/main.js"
entrypoint: "main.js"
root: "dist"

1 comment on commit c8c9fff

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on c8c9fff Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

ReferenceError: exports is not defined
    at file:///src/main.js:5:23

Please sign in to comment.