We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37154ed commit 0892ef9Copy full SHA for 0892ef9
package.json
@@ -49,7 +49,7 @@
49
"start-image_viewer": "node devtools/image_viewer/server.js",
50
"start": "npm run start-test_dashboard",
51
"baseline": "node tasks/baseline.js",
52
- "noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist",
+ "noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
53
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
54
"version": "npm run build && npm run no-bad-char && git add -A dist build src/version.js",
55
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
0 commit comments