We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf070f commit 1d3a3f0Copy full SHA for 1d3a3f0
package.json
@@ -44,7 +44,7 @@
44
"start-image_viewer": "node devtools/image_viewer/server.js",
45
"start": "npm run start-test_dashboard",
46
"baseline": "node tasks/baseline.js",
47
- "preversion": "npm-link-check && npm dedupe && npm ls",
+ "preversion": "npm-link-check && npm dedupe",
48
"version": "npm run build && git add -A dist src build",
49
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\""
50
},
0 commit comments