diff --git a/.gitignore b/.gitignore index 13ab6a6..ac8e387 100644 --- a/.gitignore +++ b/.gitignore @@ -5,16 +5,16 @@ yarn-error.log /cypress/screenshots/ /__sapper__/ -/.svelte -/build -/functions +/.svelte/ +/build/ +/functions/ +/static/build/ #amplify amplify/\#current-cloud-backend amplify/.config/local-* amplify/backend/amplify-meta.json amplify/backend/awscloudformation -build/ dist/ node_modules/ aws-exports.js diff --git a/package.json b/package.json index e2a79dc..b195392 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "run-p --race dev cy:run", "lint": "prettier --check . && eslint --ignore-path .gitignore .", "format": "prettier --write .", - "svgstore": "svgstore -o src/svg/build/icons-sprite.svg src/svg/**.svg" + "svgstore": "svgstore -o static/build/icons-sprite.svg src/svg/**.svg" }, "dependencies": { "classnames": "^2.3.1", diff --git a/src/components/SvgIcon.svelte b/src/components/SvgIcon.svelte index 780c633..d079f71 100644 --- a/src/components/SvgIcon.svelte +++ b/src/components/SvgIcon.svelte @@ -1,5 +1,5 @@ diff --git a/static/build/.gitkeep b/static/build/.gitkeep new file mode 100644 index 0000000..e69de29