Lines Matching refs:npm
14 - [ npm Linking](#-npm-linking)
23 - [prepare (npm lifecycle)](#prepare--npm-lifecycle-)
24 - [prepublishOnly (npm lifecycle)](#prepublishonly--npm-lifecycle-)
25 - [Excluding Files from npm](#excluding-files-from-npm)
35 npm install --save-dev expo-module-scripts
61 …- (Pro Tip) Test which files get packaged by running `npm pack`. If you see files that aren't cruc…
200 ### npm Linking
202 Make your package accessible to npm users by adding the following fields:
231 # For commonly run commands, add "expo-module test" as an npm script named "test"
235 For scripts that need to run as part of the npm lifecycle, you'd invoke the commands from npm scrip…
299 These are commands to run as part of [the npm scripts lifecycle](https://docs.npmjs.com/misc/script…
301 ### prepare (npm lifecycle)
305 ### prepublishOnly (npm lifecycle)
307 Runs `npm-proofread`, which ensures a [dist-tag](https://docs.npmjs.com/cli/dist-tag) is specified …
309 ## Excluding Files from npm
311 …`.`) from being published to npm. This behavior is useful for files that need to be in the Git rep…