Skip to content

Commit

Permalink
chore: update reset chace command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Nov 17, 2021
1 parent 3313cb9 commit 1c92c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The Taro Playground App is a cross-platform application developed using Taro, to

### reset cache and start bundler

`yarn dev:rn --reset-cache`
`yarn start --reset-cache`

### more infomations

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dev:quickapp": "npm run build:quickapp -- --watch",
"android": "react-native run-android --no-packager",
"ios": "react-native run-ios --no-packager",
"start": "npm run dev:rn",
"start": "npm run dev:rn --",
"update-version": "sh ./bin/update_version.sh",
"podInstall": "pod-install",
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected] -o -Y && install-peerdeps @tarojs/[email protected] -o -Y && install-peerdeps @tarojs/[email protected] -o -Y && pod-install"
Expand Down

0 comments on commit 1c92c29

Please sign in to comment.