Skip to content

Commit

Permalink
♻️ using npx vscode-project-react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrentkelly committed Apr 5, 2021
1 parent 82781bc commit 4d9590b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compile": "tsc -p tsconfig.json --pretty",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lc": "yarn lint --fix && yarn compile",
"nuke": "rm -rf node_modules"
"nuke": "rm -rf node_modules",
"postinstall": "npx vscode-project-react-native"
},
"dependencies": {
"expo": "~40.0.0",
Expand All @@ -20,7 +21,6 @@
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"eslint-config-react-native-bk": "^0.1.0",
"typescript": "~4.0.0",
"vscode-project-react-native": "^0.2.0"
"typescript": "~4.0.0"
}
}

0 comments on commit 4d9590b

Please sign in to comment.