|
@@ -39,15 +39,14 @@ git clone https://github.com/excalidraw/excalidraw.git
|
|
|
|
|
|
#### Commands
|
|
|
|
|
|
-| Command | Description |
|
|
|
-| ------------------- | --------------------------------- |
|
|
|
-| `npm install` | Install the dependencies |
|
|
|
-| `npm start` | Run the project |
|
|
|
-| `npm run fix` | Reformat all files with Prettier |
|
|
|
-| `npm run test:code` | Test for formatting with Prettier |
|
|
|
-| `npm run test:app` | Test the app |
|
|
|
-| `npm run test` | Run all tests |
|
|
|
-| `npm run test -u` | Update all snapshots |
|
|
|
+| Command | Description |
|
|
|
+| --------------------- | --------------------------------- |
|
|
|
+| `npm install` | Install the dependencies |
|
|
|
+| `npm start` | Run the project |
|
|
|
+| `npm run fix` | Reformat all files with Prettier |
|
|
|
+| `npm test` | Run tests |
|
|
|
+| `npm run test:update` | Update test snapshots |
|
|
|
+| `npm run test:code` | Test for formatting with Prettier |
|
|
|
|
|
|
## Contributing
|
|
|
|