-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update to node lts/gallium * chore: update turbo * chore: update swc * chore: update next * chore: update codesandbox ci to 16
- Loading branch information
Showing
14 changed files
with
36,870 additions
and
38,092 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"sandboxes": ["new", "/app", "next.js"], | ||
"node": "14" | ||
"node": "16" | ||
} |
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 |
---|---|---|
|
@@ -24,7 +24,6 @@ jobs: | |
|
||
- name: Install npm dependencies | ||
run: | | ||
npm i -g [email protected] | ||
npm ci | ||
lerna bootstrap --hoist | ||
npx lerna link --force-local | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ jobs: | |
|
||
- name: Install npm dependencies | ||
run: | | ||
npm i -g [email protected] | ||
npm ci | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ jobs: | |
|
||
- name: Install npm dependencies | ||
run: | | ||
npm i -g [email protected] | ||
npm ci | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,6 @@ jobs: | |
|
||
- name: Install npm dependencies | ||
run: | | ||
npm i -g [email protected] | ||
npm ci | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
14.18.2 | ||
lts/gallium |
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ This project uses the [fork feature](https://docs.github.com/en/get-started/quic | |
|
||
## Develop Locally | ||
|
||
We use NVM to manage node versions. Our node version is in the `./nvmrc` file. We use NPM 8.3.0. We also assume you have access to our private org on NPM. | ||
We use NVM to manage node versions. Our node version is in the `./nvmrc` file. We also assume you have access to our private org on NPM. | ||
|
||
Run the following commands to get your local development environment set up. | ||
|
||
|
@@ -13,27 +13,19 @@ nvm use | |
``` | ||
|
||
```shell | ||
npm i -g [email protected] | ||
``` | ||
|
||
```shell | ||
npm install | ||
npm ci | ||
``` | ||
|
||
```shell | ||
npm run build | ||
``` | ||
|
||
We use Storybook to develop locally along with Playroom and Next.js. | ||
We use Storybook to develop locally along with Next.js. | ||
|
||
```bash | ||
npm run storybook | ||
``` | ||
|
||
```shell | ||
npm run playroom:start | ||
``` | ||
|
||
You can run `npm run dev` to develop and test with the test app. | ||
|
||
## Testing | ||
|
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
Oops, something went wrong.
51083ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
wpds-ui-kit – ./
wpds-ui-kit.preview.now.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com