Skip to content

Commit 7d22e1a

Browse files
committed
Add shx
1 parent 5942334 commit 7d22e1a

File tree

4 files changed

+482
-15
lines changed

4 files changed

+482
-15
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
31-
- run: chmod +x cli.js
32-
- run: npm publish --access public --force
31+
- run: npm publish --access public
3332
env:
3433
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
23
const createProxyApp = require('./core');
34
const { defaultPort, defaultTarget } = require('./config');
45

0 commit comments

Comments
 (0)