Skip to content

Commit 9058bf6

Browse files
committed
feat(cli): add deploy + deploy-graphql scripts to package.json
1 parent 375095c commit 9058bf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@sanity/cli/src/actions/init-project/createPackageManifest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export function createPackageManifest(
3131
scripts: {
3232
start: 'sanity start',
3333
build: 'sanity build',
34+
deploy: 'sanity deploy',
35+
'deploy-graphql': 'sanity graphql deploy',
3436
},
3537

3638
...dependencies,

0 commit comments

Comments
 (0)