File tree Expand file tree Collapse file tree 2 files changed +3780
-59
lines changed
Expand file tree Collapse file tree 2 files changed +3780
-59
lines changed Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "start" : " node src/dash-licenses-wrapper.js" ,
1414 "test" : " mocha --reporter spec" ,
15- "publish:ci" : " yarn publish --non-interactive --access public --registry https://registry.npmjs.org/"
15+ "publish:ci" : " yarn publish --non-interactive --access public --registry https://registry.npmjs.org/" ,
16+ "version:major" : " lerna version major --exact --no-push --yes -m \" [Release]: v%s #major\n\n GitHub workflow shall publish and tag upon merge.\" " ,
17+ "version:minor" : " lerna version minor --exact --no-push --yes -m \" [Release]: v%s #minor\n\n GitHub workflow shall publish and tag upon merge.\" " ,
18+ "version:patch" : " lerna version patch --exact --no-push --yes -m \" [Release]: v%s #patch\n\n GitHub workflow shall publish and tag upon merge.\" "
1619 },
1720 "files" : [
1821 " src/*" ,
2225 ],
2326 "devDependencies" : {
2427 "chai" : " ^4.3.10" ,
28+ "lerna" : " ^7.0.0" ,
2529 "mocha" : " ^10.2.0"
2630 },
2731 "mocha" : {
You can’t perform that action at this time.
0 commit comments