Skip to content

Commit

Permalink
chore: update publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivodolenc committed Sep 2, 2024
1 parent 4f12c2b commit 13cb230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check:effekt": "pnpm --filter effekt check",
"update:effekt": "pnpm --filter effekt update",
"build:effekt": "pnpm --filter effekt build",
"prepublishOnly": "pnpm build:effekt",
"publish:effekt": "pnpm --filter effekt publish",
"sync:sveltekit": "pnpm --filter @playground/sveltekit sync",
"dev:sveltekit": "pnpm --filter @playground/sveltekit dev",
"format:sveltekit": "pnpm --filter @playground/sveltekit format",
Expand Down
4 changes: 3 additions & 1 deletion packages/effekt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"test:utils": "vitest -c test/utils/vitest.config.ts",
"test:easing": "vitest -c test/easing/vitest.config.ts",
"check": "ncu",
"update": "ncu -u -i"
"update": "ncu -u -i",
"prepublishOnly": "pnpm build",
"publish": "npm publish"
},
"sideEffects": false,
"peerDependencies": {
Expand Down

0 comments on commit 13cb230

Please sign in to comment.