Skip to content

Commit 30a7bb9

Browse files
committed
pkg: fix typo in preversion script
1 parent 5d04755 commit 30a7bb9

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
@@ -44,7 +44,7 @@
4444
"start-image_viewer": "node devtools/image_viewer/server.js",
4545
"start": "npm run start-test_dashboard",
4646
"baseline": "node tasks/baseline.js",
47-
"preversion": "npm-link-check && && npm dedupe && npm ls",
47+
"preversion": "npm-link-check && npm dedupe && npm ls",
4848
"version": "npm run build && git add -A dist src build",
4949
"postversion": "git push && git push --tags"
5050
},

0 commit comments

Comments
 (0)