File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 46
46
command : echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
47
47
- run :
48
48
name : Publish CLI
49
- command : cat .npmrc && npm run publish
49
+ command : npm run publish
50
50
51
51
workflows :
52
52
version : 2
Original file line number Diff line number Diff line change 9
9
node_modules /
10
10
src /build /
11
11
coverage /
12
- . /.npmrc
Original file line number Diff line number Diff line change 1
1
{
2
- "packages" : [
3
- " packages/*"
4
- ],
2
+ "command" : {
3
+ "publish" : {
4
+ "ignoreChanges" : [" *.npmrc" ]
5
+ }
6
+ },
7
+ "packages" : [" packages/*" ],
5
8
"version" : " 0.2.6"
6
9
}
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " lerna bootstrap" ,
8
8
"test" : " cd packages/e2e && npm test" ,
9
- "publish" : " lerna publish patch --registry=https://registry.npmjs.org/ -- yes"
9
+ "publish" : " lerna publish patch --yes"
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments