We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602e513 commit 6917131Copy full SHA for 6917131
packages/insomnia/package.json
@@ -32,7 +32,7 @@
32
"electron:dev-build": "electron ./build/main.min.js",
33
"type-check:node": "tsc --noEmit -p tsconfig.node.json --composite false",
34
"type-check:web": "tsc --noEmit -p tsconfig.web.json --composite false",
35
- "type-check": "npm run typecheck:node && npm run typecheck:web",
+ "type-check": "npm run type-check:node && npm run type-check:web",
36
"convert-svg": "npm_config_yes=true npx @svgr/[email protected] --no-index --config-file svgr.config.js --out-dir src/ui/components/assets/svgr src/ui/components/assets/"
37
},
38
"dependencies": {
0 commit comments