Skip to content

Commit 45b92c5

Browse files
Merge branch 'feature/env-dev'
2 parents e1bc115 + e730c7e commit 45b92c5

File tree

8 files changed

+951
-27
lines changed

8 files changed

+951
-27
lines changed

.editorconfig

-9
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ docker-compose run --rm node npm run dev
4141

4242
# Or
4343

44-
docker-compose run --rm node npm run watch
44+
$ docker-compose run --rm node npm run watch
4545

4646
# Or
4747

@@ -50,7 +50,7 @@ $ docker-compose run --rm node npm run production
5050

5151
Running ESLint :
5252
```bash
53-
$ docker-compose run node npm run lint
53+
$ docker-compose run --rm node npm run lint
5454
```
5555

5656
## More details

0 commit comments

Comments
 (0)