We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce9c7e commit 512801cCopy full SHA for 512801c
1 file changed
package.json
@@ -15,7 +15,8 @@
15
"e2": "echo disabled. original command: playright test",
16
"server": "docker-compose up --build",
17
"server:watch": "docker-compose up -d --build && (docker-compose logs -f & ./dev-watch.sh)",
18
- "sign": "npx --yes @grafana/sign-plugin@latest"
+ "sign": "npx --yes @grafana/sign-plugin@latest",
19
+ "postinstall": "rm -rf node_modules/flatted/golang"
20
},
21
"author": "Sift",
22
"license": "Apache-2.0",
0 commit comments