Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRyan committed Sep 3, 2022
1 parent cbfbefb commit 1761f41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This template includes type declarations and wrappers for Train Simulator's Lua

## Scripts

| Command | Description |
| --- | --- |
| `npm run lint` | Check for linting issues with Prettier. |
| `npm run fix:prettier` | Fix linting issues identified by Prettier. |
| `npm run watch` | Watch TypeScript files for changes and rebuild them as needed. |
| `npm run build` | Transpile TypeScript source files to Lua bytecode suitable for Train Simulator. |
| Command | Description |
| ---------------------- | ------------------------------------------------------------------------------- |
| `npm run lint` | Check for linting issues with Prettier. |
| `npm run fix:prettier` | Fix linting issues identified by Prettier. |
| `npm run watch` | Watch TypeScript files for changes and rebuild them as needed. |
| `npm run build` | Transpile TypeScript source files to Lua bytecode suitable for Train Simulator. |

To install your newly built files, copy the contents of the dist/ folder to your Steam RailWorks folder.

Expand Down

0 comments on commit 1761f41

Please sign in to comment.