🐛 Fix Pipedrive SVG icon (#1948)

* 🎨 Fix Pipedrive SVG icon

*  Except Pipedrive SVG from optimizer
This commit is contained in:
Iván Ovejero
2021-06-29 07:28:02 +02:00
committed by GitHub
parent 320e5f9f97
commit 29eab1dbcd
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"build": "lerna exec npm run build",
"dev": "lerna exec npm run dev --parallel",
"clean:dist": "lerna exec -- rimraf ./dist",
"optimize-svg": "find ./packages -name '*.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
"start": "run-script-os",
"start:default": "cd packages/cli/bin && ./n8n",
"start:windows": "cd packages/cli/bin && n8n",