Archived
1
0

Fixes browser app, adds no-auth (#38)

* Add no-auth flag

* Install packages for app dir
This commit is contained in:
Kyle Carberry
2019-02-26 16:03:42 -06:00
committed by GitHub
parent a07d0c9c3d
commit be3f0c437f
3 changed files with 79 additions and 40 deletions

View File

@ -40,3 +40,4 @@ const handlePackages = (dir: string): void => {
};
handlePackages(resolve(__dirname, "..", "packages"));
handlePackages(resolve(__dirname, "..", "packages", "app"));