We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883aeb5 commit 361a147Copy full SHA for 361a147
package.json
@@ -188,7 +188,7 @@
188
"vscode:prepublish": "npm run clean && npm run compile",
189
"compile": "tsc -b",
190
"watch": "tsc -b -w",
191
- "postinstall": "cd server && npm i && cd ../client && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
+ "postinstall": "cd server && npm i && cd ../client && npm i && cd ../analysis/reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
192
},
193
"devDependencies": {
194
"@types/node": "^14.14.41",
0 commit comments