Skip to content

Commit dd1d3f0

Browse files
committed
update npm install and contributing.md
1 parent 24d2946 commit dd1d3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ opam install ocaml-lsp-server
7676

7777
<img width="359" alt="image" src="https://user-images.githubusercontent.com/1909539/97448639-19db0800-18ee-11eb-875a-d17cd1b141d1.png">
7878

79-
- For the native analysis binary tests: `make test`.
79+
- For the native analysis and tools binary tests: `make test`.
8080

8181
## Change the Grammar
8282

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"vscode:prepublish": "npm run clean && npm run compile",
219219
"compile": "tsc -b",
220220
"watch": "tsc -b -w",
221-
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../analysis/tests && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
221+
"postinstall": "cd server && npm i && cd ../client && npm i && cd ../tools && npm i && cd ../tools/tests && npm i && cd ../../analysis/tests && npm i && cd ../reanalyze/examples/deadcode && npm i && cd ../termination && npm i"
222222
},
223223
"devDependencies": {
224224
"@types/node": "^14.14.41",

0 commit comments

Comments
 (0)