@reco-inc/upbox-ui 0.1.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,6 +138,9 @@ Add `class="dark"` to the root element. All color tokens automatically invert.
|
|
|
138
138
|
|
|
139
139
|
## 업데이트
|
|
140
140
|
|
|
141
|
+
`pnpm install` 은 lockfile 에 고정된 버전을 그대로 설치한다. 새 버전이 나와도
|
|
142
|
+
자동으로 올라가지 않으므로, 갱신하려면 update 를 실행하고 **바뀐 lockfile 을 커밋한다.**
|
|
143
|
+
|
|
141
144
|
```bash
|
|
142
145
|
pnpm update @reco-inc/upbox-ui
|
|
143
146
|
```
|