添加 token 校验
Showing
... | ... | @@ -22,7 +22,8 @@ |
"dev:h5": "npm run build:h5 -- --watch", | ||
"dev:rn": "npm run build:rn -- --watch", | ||
"lint": "tslint --project ./tsconfig.json && stylelint \"./src/**/*.less\"", | ||
"precommit": "npm run lint" | ||
"precommit": "npm run lint", | ||
"run:shell": "cd ../taro-native-shell/ && yarn android" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
... | ... |
Please
register
or
sign in
to comment