We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aaa5f commit 7316876Copy full SHA for 7316876
CONTRIBUTING.md
@@ -13,8 +13,6 @@ Install the test app:
13
14
$ composer install
15
$ cd tests/app
16
- $ yarn install
17
- $ yarn build
18
$ php public/index.php doctrine:schema:create
19
20
Start the test app:
README.md
@@ -37,8 +37,6 @@ Configure test environment (working directory: `src/Turbo`):
37
composer update
38
docker compose up -d
39
cd tests/app
40
-yarn install
41
-yarn build
42
php public/index.php doctrine:schema:create
43
```
44
doc/index.rst
@@ -37,10 +37,6 @@ needed if you're using AssetMapper):
$ npm install --force
$ npm run watch
- # or use yarn
- $ yarn install --force
- $ yarn watch
-
Usage
45
-----
46
0 commit comments