Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions: {}
jobs:
validate_inputs:
name: Validate Inputs
if: github.repository == 'rstackjs/rstack' && github.event_name == 'workflow_dispatch'
if: github.repository == 'rstackjs/rstack-cli' && github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Validate npm tag confirmation
Expand All @@ -52,7 +52,7 @@ jobs:

release:
name: Release
if: github.repository == 'rstackjs/rstack' && github.event_name == 'workflow_dispatch'
if: github.repository == 'rstackjs/rstack-cli' && github.event_name == 'workflow_dispatch'
needs: validate_inputs
runs-on: ubuntu-latest
environment: npm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://npmjs.com/package/rstack?activeTab=readme"><img src="https://img.shields.io/npm/v/rstack?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a>
<a href="https://npmcharts.com/compare/rstack"><img src="https://img.shields.io/npm/dm/rstack.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/rstack.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="node version"></a>
<a href="https://github.com/rstackjs/rstack/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
<a href="https://github.com/rstackjs/rstack-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
</p>

Rstack CLI brings the Rstack toolchain together for JavaScript development, with one CLI, one configuration, and one consistent workflow.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rstack-monorepo",
"private": true,
"license": "MIT",
"repository": "https://github.com/rstackjs/rstack",
"repository": "https://github.com/rstackjs/rstack-cli",
"type": "module",
"scripts": {
"build": "pnpm --filter './packages/**' build",
Expand Down
2 changes: 1 addition & 1 deletion packages/rstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rstack",
"version": "0.0.3",
"license": "MIT",
"repository": "https://github.com/rstackjs/rstack",
"repository": "https://github.com/rstackjs/rstack-cli",
"bin": {
"rs": "./bin/rs.js",
"rstack": "./bin/rs.js"
Expand Down