Skip to content

Commit

Permalink
move rig
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jun 1, 2022
1 parent 61a2500 commit 61fe0a1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 289 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -211,7 +211,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} # Install this GitHub App and get the token: https://github.com/apps/lighthouse-ci
run: |
pnpx lhci autorun --config .lighthouserc.home.json
export PATH="$PATH:$PWD/packages/rig/node_modules/.bin"
lhci autorun --config .lighthouserc.home.json
if: steps.step_vercel_home.outcome == 'success'

release:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -14,9 +14,7 @@
"typecheck": "tsc -b tsconfig.json"
},
"devDependencies": {
"@lhci/cli": "^0.9.0",
"@rino.app/cli": "workspace:*",
"@svgr/cli": "^6.2.1",
"@types/node": "^16.11.37",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
Expand Down
1 change: 1 addition & 0 deletions packages/rig/package.json
Expand Up @@ -7,6 +7,7 @@
"output-licenses": "monorepo-license-checker --markdown --exclude-private-packages > dependency-licenses.md"
},
"devDependencies": {
"@lhci/cli": "^0.9.0",
"merge-istanbul": "^1.1.4",
"monorepo-license-checker": "^0.3.0",
"nyc": "^15.1.0"
Expand Down

0 comments on commit 61fe0a1

Please sign in to comment.