File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - run : yarn run package
3232 - run : yarn run publish
3333 env :
34- NODE_AUTH_TOKEN : ${{secrets.npm_token }}
34+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
3535
Original file line number Diff line number Diff line change 99 "test" : " nx test ngx-http-annotations" ,
1010 "build_lib" : " nx run ngx-http-annotations:build:production && npm run copy-readme" ,
1111 "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"
1515 },
1616 "private" : true ,
1717 "dependencies" : {
You can’t perform that action at this time.
0 commit comments