Skip to content

Commit d3f9b44

Browse files
authored
chore: update package.json (#83)
1 parent d8f4cf3 commit d3f9b44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@
9898
"format:check": "prettier . -c",
9999
"cy:run": "cypress run --browser chrome",
100100
"cy:open": "cypress open",
101-
"update:spicedb": "./scripts/update-spicedb.sh",
102-
"update:zed": "./scripts/update-zed.sh",
103-
"update:buf": "buf generate"
101+
"update:deps": "./scripts/update-spicedb.sh && buf generate && ./scripts/update-zed.sh"
104102
},
105103
"browserslist": {
106104
"production": [

0 commit comments

Comments
 (0)