File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333 "url" : " https://github.com/bcomnes/async-folder-walker.git"
3434 },
3535 "scripts" : {
36- "prepublishOnly" : " git push --follow-tags && gh-release -y" ,
36+ "prepublishOnly" : " npm run build && git push --follow-tags && gh-release -y" ,
37+ "postpublish" : " npm run clean" ,
3738 "test" : " npm run clean && run-s test:*" ,
3839 "test:standard" : " standard" ,
3940 "test:tap" : " tap" ,
4041 "test:tsc" : " tsc" ,
4142 "debug" : " node --nolazy --inspect-brk=9229 -r esm test.js" ,
42- "version" : " run-s build version:*" ,
43+ "version" : " run-s version:*" ,
4344 "version:changelog" : " auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'" ,
4445 "version:git" : " git add CHANGELOG.md" ,
4546 "postversion" : " npm run clean" ,
You can’t perform that action at this time.
0 commit comments