File tree 2 files changed +374
-56
lines changed
2 files changed +374
-56
lines changed Original file line number Diff line number Diff line change 31
31
"bundle:prod" : " npx parcel build --no-minify --out-dir ./dist/js ./src/markup/yt_clipper.ts" ,
32
32
"clean:dist" : " rm -r ./dist/*" ,
33
33
"clean:sandbox" : " rm -r ./sandbox/*" ,
34
- "version:patch" : " npx standard -version -r patch && poetry run bumpit -p patch || true" ,
35
- "version:minor" : " npx standard -version -r minor && poetry run bumpit -p minor || true" ,
36
- "version:major" : " npx standard -version -r major && poetry run bumpit -p major || true" ,
34
+ "version:patch" : " npx commit-and-tag -version -r patch && poetry run bumpit -p patch || true" ,
35
+ "version:minor" : " npx commit-and-tag -version -r minor && poetry run bumpit -p minor || true" ,
36
+ "version:major" : " npx commit-and-tag -version -r major && poetry run bumpit -p major || true" ,
37
37
"pigar" : " pigar -P ./src/clipper -p ./src/clipper/requirements.txt --without-referenced-comments" ,
38
38
"precommit-msg" : " echo 'Pre-commit checks...' && exit 0"
39
39
},
64
64
"parcel-bundler" : " ^1.12.5" ,
65
65
"pre-commit" : " ^1.2.2" ,
66
66
"prettier" : " ^3.3.3" ,
67
- "standard- version" : " ^9.5.0 " ,
67
+ "commit-and-tag- version" : " 12.4.1 " ,
68
68
"typescript" : " ^5.5.4"
69
69
},
70
70
"alias" : {
You can’t perform that action at this time.
0 commit comments