Skip to content

Commit

Permalink
fix(core): pnpm deploy (#1009)
Browse files Browse the repository at this point in the history
* docs: update contributing

* fix: pnpm run deploy
  • Loading branch information
etowahadams committed Dec 11, 2023
1 parent 4f188e3 commit 8e51fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name "action@github.com"
git config --global user.email "GitHub Action"
git remote set-url origin https://${ACCESS_TOKEN}@github.com/${REPO}.git
pnpm deploy
pnpm run deploy
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REPO: ${{ github.repository }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After installing [pnpm](https://pnpm.io/installation), clone this repository and
```sh
git clone https://github.com/gosling-lang/gosling.js.git # Clone the repository to your current directory
cd gosling.js # Navigate to gosling repository
pnpm # Install dependencies
pnpm install # Install dependencies
pnpm start # Start a local server running the Gosling online editor
```

Expand Down

0 comments on commit 8e51fbe

Please sign in to comment.