update to rename scripthaus to prompt

This commit is contained in:
sawka
2022-12-19 17:35:08 -08:00
parent 5344aef096
commit 83166eb8f4
2 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# SH2 Commands
# Prompt Commands
```bash
# @scripthaus command webpack-watch
@@ -34,7 +34,7 @@ node_modules/.bin/electron-rebuild
```bash
# @scripthaus command electron
# @scripthaus cd :playbook
SH_DEV=1 node_modules/.bin/electron dist-dev/emain.js
PROMPT_DEV=1 node_modules/.bin/electron dist-dev/emain.js
```
```bash
@@ -67,5 +67,5 @@ node_modules/.bin/electron-forge make
```bash
# @scripthaus command open-electron-package
# @scripthaus cd :playbook
open out/ScriptHaus-darwin-x64/ScriptHaus.app
open out/Prompt-darwin-x64/Prompt.app
```