You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,19 @@ Three additional helpers exist that are refreshed every second:
138
138
There is also a search bar in the top right of the dashboard. This fuzzy-searches
139
139
image mocks based on their file name and trace type.
140
140
141
-
#### Other npm scripts
141
+
#### Step 5: Regenerate plot-schema in "test" folder then review & commit potential changes
142
+
143
+
```bash
144
+
npm run schema
145
+
```
146
+
147
+
#### Step 6: Review & commit potential changes made to test/plot-schema.json
148
+
149
+
> If you are editing attribute descriptions or implementing a new feature this file located in test folder would record the proposed changes to the API. This test file is different from the other plot-schema.json file located in the dist folder and should only be updated by maintainers at the release time.
150
+
151
+
**IMPORTANT:** please do not change and commit any files in the "dist" folder
152
+
153
+
#### Other npm scripts that may be of interest in development
142
154
143
155
-`npm run preprocess`: pre-processes the css and svg source file in js. This
144
156
script must be run manually when updating the css and svg source files.
0 commit comments