File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ tag-version-prefix =
Original file line number Diff line number Diff line change 1818 "build:es" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es" ,
1919 "build:postcss" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss" ,
2020 "build:unpkg" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife" ,
21- "release:patch" : " npm version patch && npm publish" ,
22- "postpublish" : " cd example && npm install vue-notion@latest && git add --all && git commit -m 'Bump version' && git push && git push --tags" ,
21+ "release:patch" : " npm version patch -m 'Release %s' && npm publish" ,
22+ "postpublish" : " cd example && npm install vue-notion@latest && git add --all && git commit -m 'Update example' && git push --tags" ,
2323 "prepare" : " rm -rf dist && npm run build"
2424 },
2525 "dependencies" : {
You can’t perform that action at this time.
0 commit comments