We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38fadc commit 69555ddCopy full SHA for 69555dd
DEVELOPMENT.md
@@ -40,6 +40,8 @@ npx @grafana/create-plugin@latest update
40
yarn install
41
yarn upgrade
42
yarn pretty
43
+cd tests
44
+yarn upgrade
45
```
46
47
## Release
@@ -111,4 +113,4 @@ Docker (compose) reuses already downloaded images as much as it can. So in order
111
113
you need to remove the current image you have. The following snipped does a clean sweep.
112
114
```BASH
115
docker compose down --rmi all
-```
116
+```
tests/package.json
@@ -8,7 +8,7 @@
8
},
9
"author": "",
10
"license": "GPL-2.0-only",
11
- "dependencies": {
+ "devDependencies": {
12
"cypress": "^12.11.0"
13
}
14
0 commit comments