Skip to content

Commit

Permalink
chore(example): fix wrong package name in workspace commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Jan 30, 2024
1 parent 5b45506 commit 20f68d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"scripts": {
"changelog": "conventional-changelog -p conventionalcommits -r 0 -o CHANGELOG.md",
"start:example": "yarn workspace hoppix start",
"build:example:web": "yarn workspace hoppix build:example:web",
"start:example": "yarn workspace hoppixtv start",
"build:example:web": "yarn workspace hoppixtv build:example:web",
"test:core": "yarn workspace react-tv-space-navigation jest",
"test:types": "yarn workspaces foreach run test:types",
"test:lint": "eslint . --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --max-warnings 0 --cache --cache-strategy content --cache-location .cache/eslint.json",
Expand Down

0 comments on commit 20f68d2

Please sign in to comment.