This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ----------------------------------------------------------------------------- | |
# rollback‑ghpages.sh — safely **revert** or **delete** a single commit on the | |
# `gh‑pages` branch, *always* creating (and verifying) a remote safety branch | |
# first. | |
# ----------------------------------------------------------------------------- | |
# Usage | |
# ./rollback-ghpages.sh [options] <commit-sha> | |
# | |
# Options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hello-stubz", | |
"version": "0.0.1", | |
"description": "A simple example of subz server.", | |
"main": "server.js", | |
"scripts": { | |
"start": "node server.js" | |
}, | |
"dependencies": { | |
"@stubz/core":"0.0.14", |