Skip to content

Commit e6e2443

Browse files
authored
Merge pull request #5513 from plotly/noci-baseline-script
Script to help generating mathjax and mapbox baselines
2 parents c99b6c2 + 0892ef9 commit e6e2443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"start-image_viewer": "node devtools/image_viewer/server.js",
5050
"start": "npm run start-test_dashboard",
5151
"baseline": "node tasks/baseline.js",
52+
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
5253
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
5354
"version": "npm run build && npm run no-bad-char && git add -A dist build src/version.js",
5455
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",

0 commit comments

Comments
 (0)