Skip to content

Commit 0892ef9

Browse files
committed
print a note for when to commit a baseline change
1 parent 37154ed commit 0892ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +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",
52+
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
5353
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
5454
"version": "npm run build && npm run no-bad-char && git add -A dist build src/version.js",
5555
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",

0 commit comments

Comments
 (0)