Skip to content

Commit

Permalink
fix(package.json): update scripts (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaonster authored Dec 17, 2019
1 parent e10fd8c commit ab242fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"main": "dist/index.js",
"scripts": {
"build": "export TARO_BUILD_TYPE=ui && taro build --ui",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:alipay": "taro build --type alipay --watch",
"dev:h5": "taro build --type h5 --watch",
"dev:rn": "taro build --type rn --watch",
"dev:swan": "taro build --type swan --watch",
"dev:tt": "taro build --type tt --watch",
"dev:weapp": "taro build --type weapp --watch",
"update:project": "taro update project",
"test": "jest",
"lint": "eslint ."
Expand Down

0 comments on commit ab242fe

Please sign in to comment.