Skip to content

Commit

Permalink
Add sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed May 25, 2021
1 parent e50f576 commit 980c2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test": "node dist/test",
"lint": "eslint .",
"prettier": "prettier -w .",
"build": "rm -rf dist && tsc && cp package.json dist"
"build": "rm -rf dist && tsc && cp package.json dist",
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-echo?sync_upstream=true'"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 980c2a2

Please sign in to comment.