Skip to content

Commit ac8b292

Browse files
author
anastasialanz
committed
feat: provide starter .env file with Percy var
PERCY_TOKEN is required for Percy snapshots.
1 parent 05cd618 commit ac8b292

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PERCY_TOKEN=

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
node_modules/
1+
.env
2+
.jest-test-results.json
23
.vscode
4+
5+
node_modules/
36
coverage
47
storybook-static
5-
.jest-test-results.json

0 commit comments

Comments
 (0)