Skip to content

Commit

Permalink
adding lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
zendesk-daniel committed Jun 25, 2024
1 parent 64542c1 commit 41e015a
Show file tree
Hide file tree
Showing 4 changed files with 8,292 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
include:
- task: Lint
allow_failures: false
command: pnpm run lint
command: pnpm lerna run lint
- task: Test
allow_failures: false
command: pnpm run test
command: pnpm lerna run test
steps:
- uses: zendesk/checkout@v2
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repo contains various scaffolds to help developers build [apps for Zendesk
### Setup
1. Clone or fork this repo
2. Change (`cd`) into the `app_scaffolds` directory
3. Run `yarn install`
3. Run `pnpm install`
4. `packages/react` contains react app scaffold. Please follow [React README](./packages/react/README.md)
5. `packages/basic` contains basic app scaffold. Please follow [Basic README](./packages/basic/README.md)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"dependencies": {},
"dependencies": {
"lerna": "^8.1.5"
},
"name": "app_scaffolds",
"private": true,
"workspaces": [
Expand Down
Loading

0 comments on commit 41e015a

Please sign in to comment.