File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " mocha --reporter nyan" ,
8
8
"tdd" : " npm test -- --watch" ,
9
- "release" : " npm version ${BUMP:-\" patch\" } --no-git-tag-version && git add package.json && git commit -m \" :octocat: Bump to $(cat package.json | json version)\" && git tag $(cat package.json | json version) && git push && git push --tags && npm publish"
9
+ "release" : " npm version ${BUMP:-\" patch\" } --no-git-tag-version && git add package.json package-lock.json && git commit -m \" :octocat: Bump to $(cat package.json | json version)\" && git tag $(cat package.json | json version)" ,
10
+ "release:major" : " BUMP=major npm run release" ,
11
+ "release:minor" : " BUMP=minor npm run release"
10
12
},
11
13
"repository" : " alferov/array-to-tree" ,
12
14
"keywords" : [
You can’t perform that action at this time.
0 commit comments