Skip to content

Commit 361a147

Browse files
committed
fix ci
1 parent 883aeb5 commit 361a147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"vscode:prepublish": "npm run clean && npm run compile",
189189
"compile": "tsc -b",
190190
"watch": "tsc -b -w",
191-
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
191+
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../analysis/reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
192192
},
193193
"devDependencies": {
194194
"@types/node": "^14.14.41",

0 commit comments

Comments
 (0)