Skip to content

Commit 6d0650d

Browse files
author
Vlad Lo.
committed
Make npm default manager
1 parent e9f127d commit 6d0650d

File tree

14 files changed

+4136
-24167
lines changed

14 files changed

+4136
-24167
lines changed

.gitattributes

Lines changed: 0 additions & 8 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
.cache-loader
1010
.idea
1111

12-
# yarn v3 (w/o zero-install)
13-
# See: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
14-
.pnp.*
15-
.yarn/*
16-
!.yarn/patches
17-
!.yarn/plugins
18-
!.yarn/releases
19-
!.yarn/sdks
20-
!.yarn/versions
21-
2212
# Misc
2313
.DS_Store
2414
.env.local
@@ -27,8 +17,6 @@
2717
.env.production.local
2818

2919
npm-debug.log*
30-
yarn-debug.log*
31-
yarn-error.log*
3220
.vercel
3321
.envrc
3422
.env

.yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarn/releases/yarn-3.4.1.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ export SEGMENT_ANALYTICS_KEY="<your key>"
251251
Then build the project in production mode using the following command:
252252

253253
```bash
254-
yarn build && yarn serve
254+
npm run build && npm run serve
255255
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Build the documentation site locally using the following steps.
3535
2. Install dependencies.
3636
3737
```bash
38-
yarn install
38+
npm install
3939
```
4040
4141
3. Start the development server.
4242

4343
```bash
44-
yarn start
44+
npm start
4545
```
4646

4747
Once the server starts, you can view the documentation at `http://localhost:3000`.

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default [{
1919
"**/.eslintrc.js",
2020
"node_modules/*",
2121
".docusaurus/*",
22-
".yarn",
2322
"**/*.md",
2423
"**/*.mdx",
2524
"static/*",

0 commit comments

Comments
 (0)