File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
- run : yarn run package
32
32
- run : yarn run publish
33
33
env :
34
- NODE_AUTH_TOKEN : ${{secrets.npm_token }}
34
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
35
35
Original file line number Diff line number Diff line change 9
9
"test" : " nx test ngx-http-annotations" ,
10
10
"build_lib" : " nx run ngx-http-annotations:build:production && npm run copy-readme" ,
11
11
"copy-readme" : " copyfiles ./README.md ./dist/libs/ngx-http-annotations" ,
12
- "npm_pack" : " cd dist/libs/ngx-http-annotations && npm pack" ,
13
- "package" : " npm run build_lib && npm run npm_pack" ,
14
- "publish" : " cd dist/libs/ngx-http-annotations && npm publish"
12
+ "npm_pack" : " cd dist/libs/ngx-http-annotations && yarn pack" ,
13
+ "package" : " yarn run build_lib && yarn run npm_pack" ,
14
+ "publish" : " cd dist/libs/ngx-http-annotations && yarn publish"
15
15
},
16
16
"private" : true ,
17
17
"dependencies" : {
You can’t perform that action at this time.
0 commit comments