Skip to content

Commit 4b238c4

Browse files
committed
add a note on how to pass plot-schema diff test
1 parent 45f6774 commit 4b238c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
- attach_workspace:
256256
at: ~/
257257
- run:
258-
name: Test plot-schema.json diff
258+
name: Test plot-schema.json diff - If failed, after (npm start) you could run (npm run schema && git add test/plot-schema.json && git commit -m "update plot-schema diff")
259259
command: diff --unified --color dist/plot-schema.json test/plot-schema.json
260260
- run:
261261
name: Test plotly.min.js import using requirejs

0 commit comments

Comments
 (0)