Commit 2accdd9
committed
scripts: add walkthrough:* convenience commands
Five new package.json scripts wrapping the most common walkthrough
flows, so contributors don't have to remember the flags:
walkthrough:build Regenerate the walkthrough in dev layout.
walkthrough:build:prod Regenerate with --minify + --base-path
matching the GH Pages deploy shape.
walkthrough:serve Start the local HTTP server on :8080.
walkthrough:dev Build + serve in one command.
walkthrough:deploy:val Upload val/*.ts to Val Town.
The bare `walkthrough` script still works for any other subcommand
(token, doctor, deploy-val with flags, etc.) — these are sugar, not
replacements.1 parent 751aeb5 commit 2accdd9
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
0 commit comments