We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe30b81 commit 0d26df0Copy full SHA for 0d26df0
package.json
@@ -22,6 +22,7 @@
22
"graphql:codegen": "graphql-codegen --config codegen.yml",
23
"graphql:codegen:dev": "graphql-codegen --config codegen.yml --watch",
24
"preversion": "yarn lint",
25
+ "design:icons": "svgr --config-file .svgrrc ~/Downloads/elcom-icons/ --out-dir src/icons/new/",
26
"postversion": "git push origin main --follow-tags && git push origin main:test --force-with-lease",
27
"heroku-postbuild-DISABLED": "yarn install --production=false && yarn build && yarn install --production",
28
"e2e": "npx playwright test --grep-invert @har",
0 commit comments