Skip to content

Commit

Permalink
fix: Use npm as packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Nov 21, 2024
1 parent 2672e86 commit 66cc01c
Show file tree
Hide file tree
Showing 5 changed files with 5,106 additions and 3,286 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To run the example locally, you need to:

4. `npm install` the required dependencies.

5. `npm run dev` to launch the development server.
5. `npm dev` to launch the development server.

## Learn more

Expand Down
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ export default [
'react/react-in-jsx-scope': 'off',
},
},
{
ignores: ["dist/"]
}
];
Loading

0 comments on commit 66cc01c

Please sign in to comment.