Skip to content

Commit

Permalink
Merge pull request #29 from WJSoftware:JP/build_chore
Browse files Browse the repository at this point in the history
build: Add build step to deploy script (GH Pages)
  • Loading branch information
webJose authored Jul 6, 2024
2 parents f41d3d4 + 9a4e33d commit b6430e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"deploy": "gh-pages -b Pages -d build -t true",
"deploy": "npm run build && gh-pages -b Pages -d build -t true",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit b6430e7

Please sign in to comment.