-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update release_command from authprod to auth #172
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ have an **introductory tutorial**: | |
## 5 Minute 5 Step Setup | ||
|
||
> **Note** the App will **_not_ compile/work** | ||
until you have the **required environment variables**. | ||
until you have the **required environment variables**. <br /> | ||
You will see an error similar to: | ||
[**issues/157**](https://github.com/dwyl/auth/issues/157). | ||
See the 3<sup>rd</sup> step below. | ||
|
@@ -118,7 +118,7 @@ git clone [email protected]:dwyl/auth.git && cd auth | |
### 2. Install dependencies: | ||
|
||
```sh | ||
mix deps.get && npm install --prefix assets | ||
mix deps.get | ||
``` | ||
|
||
### 3. Environment Variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters