Skip to content

Commit

Permalink
fix: builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Apr 27, 2023
1 parent ef8b86d commit a289a29
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules
.DS_Store
dist
_dist
!gun-es/dist
dist-ssr
*.local
radata
Expand Down
1 change: 0 additions & 1 deletion gun-es/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import Gun from 'gun';
import "gun/lib/then";
import "gun/lib/radix";
Expand Down
2 changes: 1 addition & 1 deletion gun-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/gun-es",
"version": "0.1.1239",
"version": "0.2.1239",
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"app": "pnpm --filter app run td",
"dev": "pnpm --filter app run dev",
"docs": "pnpm --filter docs run dev",
"builds": "pnpm -r run build && pnpm -filter app run build-app",
"builds": "npm run gun-es && pnpm -r run build && pnpm -filter app run build-app",
"preview": "pnpm --filter app run preview",
"relay": "pnpm --filter relay run start",
"tauri": "pnpm --filter app run tb",
"deploy": "cd app && sh deploy.sh",
"change": "pnpm changeset",
"version": "pnpm changeset version",
"publish": "pnpm run builds && pnpm publish -r"
"gun-es": "cd gun-es && npm run build"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
Expand Down

0 comments on commit a289a29

Please sign in to comment.