-
Notifications
You must be signed in to change notification settings - Fork 0
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 #16 from department-of-veterans-affairs/chore/6708…
…-update-repo-name Updated repo name assets
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"lint": "eslint .", | ||
"publish-workspaces": "yarn workspaces foreach --verbose --no-private npm publish --access public --tolerate-republish" | ||
}, | ||
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-temporary#readme", | ||
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme", | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.2.0", | ||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
1. Clone the repo | ||
|
||
``` | ||
git clone [email protected]:department-of-veterans-affairs/va-mobile-temporary.git | ||
git clone [email protected]:department-of-veterans-affairs/va-mobile-library.git | ||
``` | ||
|
||
2. Navigate to the components package | ||
|
||
``` | ||
cd va-mobile-temporary/packages/components | ||
cd va-mobile-library/packages/components | ||
``` | ||
|
||
3. Install dependencies | ||
|
@@ -47,7 +47,7 @@ yarn | |
| `android ` | Run app on last used Android emulator/device | | ||
| `ios` | Run app on last used iOS simulator/device | | ||
| `storybook:build` | Generates static version of Storybook for deployment | | ||
| `storybook:deploy` | Deploys Storybook to [`homepage`](https://department-of-veterans-affairs.github.io/va-mobile-temporary) in `package.json` | | ||
| `storybook:deploy` | Deploys Storybook to [`homepage`](https://department-of-veterans-affairs.github.io/va-mobile-library) in `package.json` | | ||
| `storybook:generate` | Generates `.storybook/native/storybook.requires.js` which tells React Native where to find stores since it doesn't support dynamic imports | | ||
| `storybook:watch` | Watches for newly created stories and regenerates `storybook.requires.js` | | ||
| `storybook:web` | Builds and launches development server for web | |
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-temporary.git" | ||
"url": "git+https://github.com/department-of-veterans-affairs/va-mobile-library.git" | ||
}, | ||
"keywords": [ | ||
"design", | ||
|
@@ -19,8 +19,8 @@ | |
], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/department-of-veterans-affairs/va-mobile-temporary/issues" | ||
"url": "https://github.com/department-of-veterans-affairs/va-mobile-library/issues" | ||
}, | ||
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-temporary#readme", | ||
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme", | ||
"packageManager": "[email protected]" | ||
} |