Skip to content

Commit

Permalink
Merge pull request #3 from stafftastic/chore/use-npm
Browse files Browse the repository at this point in the history
chore: use npm instead of yarn
  • Loading branch information
elhesuu authored Oct 1, 2024
2 parents 27560b1 + c0d2878 commit 4f14f9d
Show file tree
Hide file tree
Showing 3 changed files with 5,790 additions and 3,431 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,25 @@ cd v-calendar
### Install dependencies

```sh
yarn
npm install
```

### Build library

```sh
# Types, ES, ESM, CommonJS, IIFE
yarn build
npm run build
```

### Lint and fix files

```sh
yarn lint
npm run lint
```

### Test library

```sh
# Types, ES, ESM, CommonJS, IIFE
yarn test
npm run test
```
Loading

0 comments on commit 4f14f9d

Please sign in to comment.