Skip to content

Commit

Permalink
Revert local launch
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed Jun 24, 2024
1 parent 0da717b commit 5bd193a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"rollout": "./src/rollout-tools/local/cli.mjs",
"rollout:action": "node --env-file=.env ./src/rollout-tools/demo/cli.mjs",
"rollout:action": "./src/rollout-tools/demo/cli.mjs",
"rollout:demo": "node --env-file=.env ./src/rollout-tools/demo/cli.mjs",
"export-dataset": "sanity dataset export production initial-data.tar.gz",
"test:content-upload": "sanity dataset create testing; sanity dataset import initial-data.tar.gz testing && sanity dataset delete testing --force"
},
Expand Down

0 comments on commit 5bd193a

Please sign in to comment.