Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
try to fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Apr 18, 2024
1 parent 72aebfd commit 8ef3f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
with:
node-version: 18.x
registry-url: https://registry.npmjs.org/

- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Update NPM
run: npm install -g npm
- name: Download vite-wrangler-spa artifact
Expand Down
1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const options = defineConfig({
targets: [
{ src: './README.md', dest: './dist' },
{ src: './LICENSE', dest: './dist' },
{ src: './package.json', dest: './dist' },
],
}),
ts(),
Expand Down

0 comments on commit 8ef3f57

Please sign in to comment.