Skip to content

Commit ae87c59

Browse files
authored
Merge pull request #23 from yoching/update-ui-core-scripts
Update `@unison-lang/ui-core-scripts` v1.2.0
2 parents 8cb469a + 2c33216 commit ae87c59

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ To install a specific sha:
4343
npm run ui-core-install -- [SOME_UI_CORE_SHA]
4444
```
4545

46+
To install with a specific repo & sha (e.g. forked repo):
47+
48+
```bash
49+
npm run ui-core-install -- [SOME_UI_CORE_SHA] [SOME_UI_CORE_URL]
50+
# e.g. SOME_UI_CORE_URL=https://github.com/some-user/ui-core
51+
```
52+
4653
## Community
4754

4855
[Code of conduct](https://www.unisonweb.org/code-of-conduct/)

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/unisonweb/codebase-ui#readme",
2525
"devDependencies": {
2626
"@octokit/core": "^4.0.5",
27-
"@unison-lang/ui-core-scripts": "^1.1.9",
27+
"@unison-lang/ui-core-scripts": "^1.2.0",
2828
"archiver": "^5.3.0",
2929
"copy-webpack-plugin": "^13.0.0",
3030
"css-loader": "^5.2.4",

0 commit comments

Comments
 (0)