Skip to content

Commit 9f12835

Browse files
committed
fix(deps): Fix release script
1 parent e38c028 commit 9f12835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"lint": "eslint **/*.js",
20-
"release": "npm-run-all -p lint test -s standard-version",
20+
"release": "npm-run-all -p lint test && standard-version",
2121
"release:dryrun": "standard-version --dry-run",
2222
"test": "mocha"
2323
},

0 commit comments

Comments
 (0)