git-stack-cli 2.7.4 → 2.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -154,21 +154,16 @@ corepack enable
154
154
  git submodule update --init --recursive
155
155
  pnpm i
156
156
  pnpm run dev
157
- pnpm link --global
158
157
 
159
- git stack --verbose
160
- ```
161
-
162
- Remove global install
163
-
164
- ```bash
165
- pnpm remove -g git-stack-cli
158
+ node --enable-source-maps ./dist/js/index.js
166
159
  ```
167
160
 
168
161
  ## Build single-file executable
169
162
 
170
163
  ```bash
171
164
  pnpm run compile
165
+
166
+ ./dist/js/with-sourcemaps/git-stack-bun-darwin-arm64 --no-sync
172
167
  ```
173
168
 
174
169
  ## Publishing