mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Update AGENTS.md (#1278)
This commit is contained in:
@@ -27,7 +27,7 @@ npm run build
|
|||||||
To run the tests make sure that xvfb is installed:
|
To run the tests make sure that xvfb is installed:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt run xvfb
|
apt install xvfb
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the development server in the background with Vite:
|
Run the development server in the background with Vite:
|
||||||
@@ -41,3 +41,7 @@ Then start the Cypress tests with:
|
|||||||
```
|
```
|
||||||
xvfb-run -a npm run test
|
xvfb-run -a npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Pull Requests
|
||||||
|
|
||||||
|
- Pull requests should update `CHANGELOG.md` with a short description of the change.
|
||||||
|
|||||||
Reference in New Issue
Block a user