Lines Matching refs:scripts
7 - [npm Scripts](#npm-scripts)
27 …e-scripts` package is the source of truth for much of the configuration. With Yarn workspaces, all…
29 In a module, include `expo-module-scripts` as a development dependency in package.json:
34 "expo-module-scripts": "^<latest version>"
41 …scripts` also defines several scripts that are useful during development or should run during the …
45 "scripts": {
58 …s provided by `expo-module-scripts`. You can run `yarn expo-module --help` to see all of the comma…
66 `expo-module-scripts` expects modules to be written in TypeScript under a directory named `src` and…
82 … small tsconfig.json file that extends the main configuration file inside of `expo-module-scripts`.
86 `expo-module-scripts` also defines a Jest preset. Add a Jest configuration section to package.json:
91 "preset": "expo-module-scripts"