Skip to content

Commit

Permalink
Remove netlify deploy from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 10, 2023
1 parent 9dcbe05 commit bb1ddfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/locale-router-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"deploy": "npx netlify-cli deploy"
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@sveltejs/adapter-netlify": "^2.0.7",
Expand Down

0 comments on commit bb1ddfb

Please sign in to comment.