Skip to content

Commit

Permalink
Fix png for real
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 27, 2024
1 parent dd99af5 commit 6d72f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "copy-dsfr-to-public && vite-envs update-types",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"_format": "prettier '**/*.{ts,tsx,json,md}'",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different",
"postinstall": "copy-dsfr-to-public",
"predev": "only-include-used-icons",
"prebuild": "only-include-used-icons",
"openapi": "orval --config ./orval.config.ts"
Expand Down

0 comments on commit 6d72f42

Please sign in to comment.