Skip to content

Commit

Permalink
fix: build and main output file
Browse files Browse the repository at this point in the history
  • Loading branch information
jillro committed Jun 20, 2024
1 parent 842382d commit 1a34e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"scripts": {
"dev": "concurrently \"vite build --watch --mode development\" \"http-server dist -p 3001 -o\"",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-check --tsconfig ./tsconfig.json",
"prepublish": "npm run build"
},
"main": "dist/resin-formulaire.js",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
Expand Down

0 comments on commit 1a34e6f

Please sign in to comment.