Skip to content

Commit

Permalink
update build script to fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonRP committed Oct 11, 2024
1 parent 663ce6d commit 01997f4
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@
"directory": "src/lib/motion-start"
},
"type": "module",
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/index.js",
"bin": "./dist/index.js",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"dev": "vite dev",
"build": "vite build && bun --bun package",
"build": "vite build && pnpm package",
"package": "svelte-kit sync && svelte-package --input ./src/lib/motion-start && publint --strict",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down Expand Up @@ -78,19 +76,6 @@
},
"packageManager": "[email protected]",
"sideEffects": false,
"keywords": [
"svelte animation",
"svelte",
"animation",
"gestures",
"drag",
"spring",
"popmotion",
"framer-motion"
],
"trustedDependencies": [
"@biomejs/biome",
"@sveltejs/kit",
"esbuild"
]
"keywords": ["svelte animation", "svelte", "animation", "gestures", "drag", "spring", "popmotion", "framer-motion"],
"trustedDependencies": ["@biomejs/biome", "@sveltejs/kit", "esbuild"]
}

0 comments on commit 01997f4

Please sign in to comment.