Skip to content

Commit 72eca18

Browse files
committed
fix(build): Fixes so that the release script doesn't fail
Change-Id: I957d29818388d9e274a37a155bb3ab01788d4f0b Reviewed-on: https://gerrit.instructure.com/149456 Tested-by: Jenkins Reviewed-by: Chris Hart <chart@instructure.com> Product-Review: Chris Hart <chart@instructure.com> QA-Review: Jennifer Stern <jstern@instructure.com>
1 parent 10e161b commit 72eca18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yarnrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
registry "https://registry.npmjs.org"
2+
"@instructure:registry" "https://registry.npmjs.org/"
13
workspaces-experimental true
24
version-git-tag false

packages/eslint-plugin-instructure-ui/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "eslint-plugin-instructure-ui",
3+
"private": false,
34
"version": "5.7.0",
45
"description": "A UI component library made by Instructure Inc.",
56
"author": "Instructure, Inc. Engineering and Product Design",
@@ -20,8 +21,5 @@
2021
"eslint-module-utils": "^2.2.0",
2122
"eslint-plugin-import": "^2.7.0",
2223
"read-pkg-up": "^3.0.0"
23-
},
24-
"publishConfig": {
25-
"access": "public"
2624
}
2725
}

0 commit comments

Comments
 (0)