We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c99b6c2 + 0892ef9 commit e6e2443Copy full SHA for e6e2443
package.json
@@ -49,6 +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 && 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