Skip to content

Commit

Permalink
move from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Macil committed May 23, 2024
1 parent da673b7 commit 692bcea
Show file tree
Hide file tree
Showing 6 changed files with 11,071 additions and 5,294 deletions.
29 changes: 0 additions & 29 deletions .circleci/config.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Node.js CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci --force
- run: npm test
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ You can find its code in the `example` directory. The example may be compiled
by running:

```
yarn
yarn example-build
npm i --force
npm run example-build
# or use this to auto-rebuild on changes:
yarn example-watch
npm run example-watch
```

## DraggableList
Expand Down
Loading

0 comments on commit 692bcea

Please sign in to comment.