Skip to content

Commit

Permalink
Merge pull request #8 from utdanningno/emil/update
Browse files Browse the repository at this point in the history
Fix: changed react and node versions
  • Loading branch information
emihul authored Jun 6, 2024
2 parents 5575b2c + d2d4e4e commit e3e7566
Show file tree
Hide file tree
Showing 4 changed files with 906 additions and 1,085 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
16
12 changes: 2 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@

- `npm start` will run a development server with the component's demo app at [http://localhost:3000](http://localhost:3000) with hot module reloading.

## Running Tests

- `npm test` will run the tests once.

- `npm run test:coverage` will run the tests and produce a coverage report in `coverage/`.

- `npm run test:watch` will run the tests on every change.

## Building

- `npm run build` will build the component for publishing to npm and also bundle the demo app.
- `npm run build` will build bundle the demo app.

- `npm run clean` will delete built resources.
- `npm run build:lib` will build the component for production
Loading

0 comments on commit e3e7566

Please sign in to comment.