Skip to content

Commit c8bbaf0

Browse files
authoredFeb 17, 2022
Display backend property in TypeInstance details view (#26)
1 parent a49f60a commit c8bbaf0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1026
-325
lines changed
 

‎.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ generated
22
coverage
33
build
44
dist
5+
package-lock.json
6+
node_modules
7+
storybook-static

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ npm run publish
8181
This repository uses [Lerna hoisting](https://github.com/lerna/lerna/blob/main/doc/hoist.md), which results in all dependencies installed on the root.
8282

8383
To update packages, follow these steps:
84+
8485
1. Adjust `package.json` files in the subdirectories if necessary.
8586
1. Delete root `package-lock.json` file,
8687
1. Run `npm run bootstrap`.

0 commit comments

Comments
 (0)
Please sign in to comment.