We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f0230 commit 83b3c62Copy full SHA for 83b3c62
.gitignore
@@ -6,6 +6,7 @@ node_modules
6
/build
7
/functions
8
/.vercel_build_output
9
+/.netlify
10
/workers-site
11
*.log
12
package.json
@@ -40,7 +40,7 @@
40
"url": "git+https://github.com/navneetsharmaui/sveltekit-blog.git"
41
},
42
"scripts": {
43
- "prebuild": "rimraf .svelte-kit && rimraf build && rimraf .vercel_build_output && npm run copy:content",
+ "prebuild": "rimraf .svelte-kit && rimraf build && rimraf .netlify && npm run copy:content",
44
"check-env": "node --loader ts-node/esm scripts/js/check-env.ts",
45
"spotify": "node --loader ts-node/esm scripts/js/spotify-access.ts",
46
"remove-css": "node --loader ts-node/esm scripts/js/remove-css-imports.ts",
0 commit comments