Skip to content

Commit 883aeb5

Browse files
committed
stop ci
1 parent 7f9152c commit 883aeb5

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 ../analysis/tests && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
191+
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
192192
},
193193
"devDependencies": {
194194
"@types/node": "^14.14.41",

0 commit comments

Comments
 (0)