Content-Length: 316133 | pFad | http://github.com/stdavis/testing-library-docs/commit/8dd9651b89b05f8904318cc0e97285b0ec4cd31f

8F Use npm instead of Yarn (#607) · stdavis/testing-library-docs@8dd9651 · GitHub
Skip to content

Commit 8dd9651

Browse files
authored
Use npm instead of Yarn (testing-library#607)
1 parent ec7eeb3 commit 8dd9651

File tree

4 files changed

+9973
-6
lines changed

4 files changed

+9973
-6
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ lib/core/MetadataBlog.js
77

88
website/translated_docs
99
website/build/
10-
website/yarn.lock
11-
website/node_modules
1210
website/i18n/*
1311

1412
*.log

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ WORKDIR /app/website
55
EXPOSE 3000 35729
66
COPY ./docs /app/docs
77
COPY ./website /app/website
8-
RUN yarn install
8+
RUN npm install
99

10-
CMD ["yarn", "start"]
10+
CMD ["npm", "start"]

website/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ This website was created with [Docusaurus](https://docusaurus.io/).
2020

2121
```sh
2222
# Install dependencies
23-
$ yarn
23+
$ npm install
2424
```
2525

2626
2. Run your dev server:
2727

2828
```sh
2929
# Start the site
30-
$ yarn start
30+
$ npm start
3131
```
3232

3333
## Directory Structure

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/stdavis/testing-library-docs/commit/8dd9651b89b05f8904318cc0e97285b0ec4cd31f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy