Skip to content

Commit

Permalink
Merge pull request #5513 from plotly/noci-baseline-script
Browse files Browse the repository at this point in the history
Script to help generating mathjax and mapbox baselines
  • Loading branch information
archmoj authored Feb 19, 2021
2 parents c99b6c2 + 0892ef9 commit e6e2443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"start-image_viewer": "node devtools/image_viewer/server.js",
"start": "npm run start-test_dashboard",
"baseline": "node tasks/baseline.js",
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
"version": "npm run build && npm run no-bad-char && git add -A dist build src/version.js",
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
Expand Down

0 comments on commit e6e2443

Please sign in to comment.