Skip to content

Commit 9040e0e

Browse files
committed
chore: note that np seemingly needs to be run directly
something about npm / yarn login is not being picked up if you run `yarn np` from a run script, but running it directly worked
1 parent efa3d24 commit 9040e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"example:ios": "cd example && yarn run:ios",
2222
"example:ios13": "cd example && yarn run:ios13",
2323
"example:android": "cd example && yarn run:android",
24-
"shipit": "yarn np"
24+
"shipit": "echo no luck running it like this, try ./node_modules/.bin/np"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)