monkeytype/bin/install.sh
Bruce Berrios c8af14baab
Fix PR check action (#2447)
* fix

* Install all dependencies

* Fix PR check action

* Fix lint

* Update install.sh and remove pretty check
2022-02-08 22:17:26 +01:00

2 lines
81 B
Bash
Executable file

npm install & (cd ./frontend && npm install) & (cd ./backend && npm install)
wait