Skip to content

Commit c2c625d

Browse files
committed
fix(Root): force only gh release
1 parent ec4670c commit c2c625d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@s-ui/lighthouse-action",
33
"version": "1.0.0",
44
"description": "Action for running Lighthouse CI on a PR and posts the results as a comment",
5+
"private": true,
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/SUI-Components/lighthouse-action.git"
@@ -18,11 +19,6 @@
1819
"@s-ui/test": "8",
1920
"chai": "4.3.6"
2021
},
21-
"config": {
22-
"sui-mono": {
23-
"access": "public"
24-
}
25-
},
2622
"eslintConfig": {
2723
"extends": [
2824
"./node_modules/@s-ui/lint/eslintrc.js"

0 commit comments

Comments
 (0)