Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Dec 19, 2023
1 parent d310ffe commit 256dd8f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Build
path: packages/canyon-cli/out
- run: mv packages/canyon-cli/out build
- run: zip -r build.zip build/
- run: zip -r canyon-cli.zip build/
- uses: ncipollo/release-action@v1
with:
artifacts: "build.zip"
artifacts: "canyon-cli.zip"
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/canyon-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
debug

node ~/Desktop/github/canyon-project/canyon/packages/canyon-cli/dist/bin/canyon.js --url http://localhost:8080

git tag -a v0.0.3 -m "Version 0.0.3"

git push origin v0.0.2
3 changes: 1 addition & 2 deletions packages/canyon-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"test:e2e": "jest test/e2e/output.test.ts",
"build:clean": "rm -rf dist",
"build": "tsc --build",
"build-linux": "pkg . --targets linuxstatic --output out/codecov-linux",
"build-macos": "pkg . --targets node16-macos --output out/codecov-macos",
"build-linux": "pkg . --targets linuxstatic --output out/canyon-linux",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"release": "standard-version --sign",
Expand Down

0 comments on commit 256dd8f

Please sign in to comment.