Skip to content

Commit

Permalink
feat: force duplicate a file
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine committed Aug 19, 2024
1 parent 880cf41 commit 43b8149
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
Binary file added demo/svelte/dist/favicon.png.gz
Binary file not shown.
88 changes: 44 additions & 44 deletions demo/svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demo/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build": "vite build && cp ./dist/favicon.png ./dist/favicon.png.gz",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"ts:check": "svelte-check --tsconfig ./tsconfig.json",
Expand All @@ -23,8 +23,8 @@
"@rollup/plugin-swc": "^0.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 43b8149

Please sign in to comment.