|
16 | 16 | "css": "sass"
|
17 | 17 | },
|
18 | 18 | "scripts": {
|
| 19 | + "build": "yarn run build:h5", |
19 | 20 | "build:weapp": "taro build --type weapp",
|
20 | 21 | "build:swan": "taro build --type swan",
|
21 | 22 | "build:alipay": "taro build --type alipay",
|
|
24 | 25 | "build:rn": "taro build --type rn",
|
25 | 26 | "build:qq": "taro build --type qq",
|
26 | 27 | "build:quickapp": "taro build --type quickapp",
|
27 |
| - "dev:weapp": "npm run build:weapp -- --watch", |
28 |
| - "dev:swan": "npm run build:swan -- --watch", |
29 |
| - "dev:alipay": "npm run build:alipay -- --watch", |
30 |
| - "dev:tt": "npm run build:tt -- --watch", |
31 |
| - "dev:h5": "npm run build:h5 -- --watch", |
32 |
| - "dev:rn": "npm run build:rn -- --watch", |
33 |
| - "dev:qq": "npm run build:qq -- --watch", |
34 |
| - "dev:quickapp": "npm run build:quickapp -- --watch" |
| 28 | + "dev:weapp": "yarn run build:weapp --watch", |
| 29 | + "dev:swan": "yarn run build:swan --watch", |
| 30 | + "dev:alipay": "yarn run build:alipay --watch", |
| 31 | + "dev:tt": "yarn run build:tt --watch", |
| 32 | + "dev:h5": "yarn run build:h5 --watch", |
| 33 | + "dev:rn": "yarn run build:rn --watch", |
| 34 | + "dev:qq": "yarn run build:qq --watch", |
| 35 | + "dev:quickapp": "yarn run build:quickapp --watch" |
35 | 36 | },
|
36 | 37 | "browserslist": [
|
37 | 38 | "last 3 versions",
|
|
50 | 51 | },
|
51 | 52 | "devDependencies": {
|
52 | 53 | "@babel/core": "^7.8.0",
|
53 |
| - "@tarojs/cli": "^3.0.0-beta.2", |
| 54 | + "@tarojs/cli": "3.0.0-beta.2", |
54 | 55 | "@tarojs/mini-runner": "3.0.0-beta.2",
|
55 | 56 | "@tarojs/webpack-runner": "3.0.0-beta.2",
|
56 | 57 | "@types/react": "^16.0.0",
|
|
0 commit comments