Skip to content

Commit 7316876

Browse files
committed
Remove yarn commands in documentations
1 parent b7aaa5f commit 7316876

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Install the test app:
1313

1414
$ composer install
1515
$ cd tests/app
16-
$ yarn install
17-
$ yarn build
1816
$ php public/index.php doctrine:schema:create
1917

2018
Start the test app:

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Configure test environment (working directory: `src/Turbo`):
3737
composer update
3838
docker compose up -d
3939
cd tests/app
40-
yarn install
41-
yarn build
4240
php public/index.php doctrine:schema:create
4341
```
4442

doc/index.rst

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ needed if you're using AssetMapper):
3737
$ npm install --force
3838
$ npm run watch
3939
40-
# or use yarn
41-
$ yarn install --force
42-
$ yarn watch
43-
4440
Usage
4541
-----
4642

0 commit comments

Comments
 (0)