Skip to content

Commit 83b3c62

Browse files
Updated the package.json
1 parent 81f0230 commit 83b3c62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
/build
77
/functions
88
/.vercel_build_output
9+
/.netlify
910
/workers-site
1011
*.log
1112

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "git+https://github.com/navneetsharmaui/sveltekit-blog.git"
4141
},
4242
"scripts": {
43-
"prebuild": "rimraf .svelte-kit && rimraf build && rimraf .vercel_build_output && npm run copy:content",
43+
"prebuild": "rimraf .svelte-kit && rimraf build && rimraf .netlify && npm run copy:content",
4444
"check-env": "node --loader ts-node/esm scripts/js/check-env.ts",
4545
"spotify": "node --loader ts-node/esm scripts/js/spotify-access.ts",
4646
"remove-css": "node --loader ts-node/esm scripts/js/remove-css-imports.ts",

0 commit comments

Comments
 (0)