Skip to content

Commit

Permalink
Adding Zach's changes to hopefully fix type failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tbiethman committed Apr 15, 2022
1 parent 5e3d645 commit c757bf6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cli/package.json
Expand Up @@ -8,7 +8,7 @@
"prebuild": "yarn postinstall && node ./scripts/start-build.js",
"build": "node ./scripts/build.js",
"dtslint": "dtslint types",
"postinstall": "node ./scripts/post-install.js",
"postinstall": "patch-package && node ./scripts/post-install.js",
"size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "yarn test-unit",
"test-debug": "node --inspect-brk $(yarn bin mocha)",
Expand Down Expand Up @@ -110,5 +110,10 @@
"engines": {
"node": ">=12.0.0"
},
"types": "types"
"types": "types",
"workspaces": {
"nohoist": [
"@types/*"
]
}
}

0 comments on commit c757bf6

Please sign in to comment.