We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64131 commit 3662a87Copy full SHA for 3662a87
README.md
@@ -13,7 +13,7 @@ The following pipeline will run `yarn install` (and presumably some private pack
13
steps:
14
- command: yarn install
15
plugins:
16
- seek-oss/private-npm:
+ seek-oss/private-npm#v1.0.0:
17
token: ${NPM_TOKEN}
18
```
19
@@ -23,7 +23,7 @@ You can also specify a custom npm registry if you are using your own mirror.
23
24
25
26
27
28
registry: //myprivatenpm.com/
29
0 commit comments