Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceConrad committed Apr 14, 2024
1 parent e981263 commit b3461f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Install wrangler
run: npm install --save-dev wrangler@latest
working-directory: playground
- name: Build playground
run: npm run build
working-directory: playground
- name: Deploy to Cloudflare Pages
run: npx wrangler pages deploy dist --project-name ${{ env.CLOUDFLARE_PROJECT_NAME }} --branch main
working-directory: playground
2 changes: 1 addition & 1 deletion zoompinch-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoompinch",
"private": false,
"version": "0.0.16",
"version": "0.0.17",
"type": "module",
"files": [
"package.json",
Expand Down

0 comments on commit b3461f1

Please sign in to comment.