Skip to content

Commit

Permalink
fix(Root): force only gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Dec 29, 2022
1 parent ec4670c commit c2c625d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@s-ui/lighthouse-action",
"version": "1.0.0",
"description": "Action for running Lighthouse CI on a PR and posts the results as a comment",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/SUI-Components/lighthouse-action.git"
Expand All @@ -18,11 +19,6 @@
"@s-ui/test": "8",
"chai": "4.3.6"
},
"config": {
"sui-mono": {
"access": "public"
}
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
Expand Down

0 comments on commit c2c625d

Please sign in to comment.