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 d8f4cf3 commit d3f9b44Copy full SHA for d3f9b44
package.json
@@ -98,9 +98,7 @@
98
"format:check": "prettier . -c",
99
"cy:run": "cypress run --browser chrome",
100
"cy:open": "cypress open",
101
- "update:spicedb": "./scripts/update-spicedb.sh",
102
- "update:zed": "./scripts/update-zed.sh",
103
- "update:buf": "buf generate"
+ "update:deps": "./scripts/update-spicedb.sh && buf generate && ./scripts/update-zed.sh"
104
},
105
"browserslist": {
106
"production": [
0 commit comments