8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31a23fe + 4cab109 commit f5aad90Copy full SHA for f5aad90
package.json
@@ -43,7 +43,7 @@
43
"start-image_viewer": "node devtools/image_viewer/server.js",
44
"start": "npm run start-test_dashboard",
45
"baseline": "node tasks/baseline.js",
46
- "preversion": "check-node-version --node 12.13 --npm 6.13 && npm-link-check && npm ls --prod",
+ "preversion": "check-node-version --node 12 --npm 6.13 && npm-link-check && npm ls --prod",
47
"version": "npm run build && git add -A dist src build",
48
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
49
"postpublish": "node tasks/sync_packages.js",
0 commit comments