Skip to content

Commit

Permalink
Merge pull request #11 from 1p22geo/main
Browse files Browse the repository at this point in the history
patch: use yarn v4 instead of npm
  • Loading branch information
imaarov authored Jun 7, 2024
2 parents ca80039 + 155f611 commit 64a63a3
Show file tree
Hide file tree
Showing 6 changed files with 6,992 additions and 6,686 deletions.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.2.2.cjs
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
```
2. Install dependencies:
```bash
npm i
yarn install
```
3. Compile the project:
```bash
tsc --project .
yarn build
```
4. Or use the ready js compiled files:
```bash
node dist/index.js
yarn start
```

### TODO
Expand Down
Loading

0 comments on commit 64a63a3

Please sign in to comment.