Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed May 29, 2021
1 parent 6fad522 commit 294d234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"scripts": {
"dev": "tsc -w",
"build": "rm -rf dist && tsc && cp package.json dist",
"lint": "eslint . ",
"build": "rm -rf dist && tsc && cp package.json *.md dist",
"lint": "eslint .",
"prettier": "prettier -w .",
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-helper?sync_upstream=true'"
},
Expand Down

0 comments on commit 294d234

Please sign in to comment.