mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
fix lint
This commit is contained in:
parent
9421411bb9
commit
48d9309dc1
@ -73,12 +73,12 @@ docker compose -f docker-compose.yml up
|
|||||||
In order to use the chromatic workflow you need to provide a `CHROMATIC_PROJECT_TOKEN` in the repository secrets.
|
In order to use the chromatic workflow you need to provide a `CHROMATIC_PROJECT_TOKEN` in the repository secrets.
|
||||||
|
|
||||||
If you want to run chromatic from the command line you either have to provide this variable as well
|
If you want to run chromatic from the command line you either have to provide this variable as well
|
||||||
```
|
```bash
|
||||||
export CHROMATIC_PROJECT_TOKEN=...
|
export CHROMATIC_PROJECT_TOKEN=...
|
||||||
npm run chromatic
|
npm run chromatic
|
||||||
```
|
```
|
||||||
or you have to append it via parameter:
|
or you have to append it via parameter:
|
||||||
```
|
```bash
|
||||||
npm run chromatic -- --project-token=...
|
npm run chromatic -- --project-token=...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user