Skip to content

Commit

Permalink
#63 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-serb committed Oct 27, 2024
1 parent 30bcfbd commit 25d16e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Use Aurora Game Engine **[[rep](https://github.com/eugene-serb/aurora-game-engin

## Commands:

- npm run start — run with watcher
- npm run dev — run dev server
- npm run build — build in production mode,
- npm run build:dev — build in development mode,
- npm run lint — run lint check,
- npm run lint:fix — run lint fix,
- npm run format — run prettier check,
- npm run format:fix — run prettier fix,
- npm run test — run tests
- `npm run start` — run with watcher
- `npm run dev` — run dev server
- `npm run build`run build in production mode
- `npm run build:dev`run build in development mode
- `npm run lint` — run lint check
- `npm run lint:fix` — run lint fix
- `npm run format` — run prettier check
- `npm run format:fix` — run prettier fix
- `npm run test` — run tests

0 comments on commit 25d16e3

Please sign in to comment.