Last active
November 27, 2018 16:07
-
-
Save injune1123/1858df05f59e8aad14cc2a7e621f5246 to your computer and use it in GitHub Desktop.
my npm cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//fix ${NPM_TOKEN} error | |
get a new token from npm.org | |
add `export NPM_TOKEN="{token}` to `~/.bash_profile` | |
//test a single file using Jest and npm? | |
npm test -- SomeTestFileToRun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment