File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3232 node-version : 22
3333 registry-url : ' https://registry.npmjs.org'
3434 - run : npm ci
35+ - name : Build library
36+ run : npm run build_lib
3537 - name : Publish to NPM
3638 run : npx release-plan publish --provenance
3739 env :
Original file line number Diff line number Diff line change 1616 "ng" : " ng" ,
1717 "npm_pack" : " cd dist/angular-shepherd && npm pack" ,
1818 "package" : " npm run build_lib && npm run npm_pack" ,
19- "prepublishOnly" : " npm run build_lib" ,
2019 "start" : " ng serve" ,
2120 "test" : " ng test"
2221 },
Original file line number Diff line number Diff line change 2929 "publishConfig" : {
3030 "registry" : " https://registry.npmjs.org" ,
3131 "directory" : " ../../dist/angular-shepherd"
32+ },
33+ "release-plan" : {
34+ "tagFormat" : " v${version}"
3235 }
3336}
You can’t perform that action at this time.
0 commit comments