Skip to content

Commit f08c9ed

Browse files
committed
update scripts
1 parent 2973d07 commit f08c9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"scripts": {
1414
"com": "git add . && git commit",
15-
"syn": "npm run com; git pull && git push",
15+
"syn": "npm run com && git pull && git push",
1616
"start": "npm run com && npm version",
1717
"preversion": "npm test",
1818
"postversion": "npm publish",

0 commit comments

Comments
 (0)