-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #935 from eessex/yarn-debug
restore npm
- Loading branch information
Showing
3 changed files
with
4,978 additions
and
4,299 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ git clone [email protected]:craigspaeth/positron.git && cd positron | |
``` | ||
- Install node modules | ||
``` | ||
yarn install | ||
npm install | ||
``` | ||
- Create a .env file in the root of the project and paste in sensitive configuration. You can copy the .env.example and fill in the sensitive config with the config vars from staging `heroku config --app=positron-staging`. | ||
|
||
|
Oops, something went wrong.