File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"build" : " npm run lint && tsc && node tasks/build.js" ,
14
14
"git-stage-and-push" : " node tasks/git-stage-and-push.js" ,
15
15
"npm-publish" : " node tasks/npm-publish.js" ,
16
- "publish-major" : " npm run test-silent && npm run version-major && npm run git-stage-and-push && npm run npm-publish" ,
17
- "publish-minor" : " npm run test-silent && npm run version-minor && npm run git-stage-and-push && npm run npm-publish" ,
18
- "publish-patch" : " npm run test-silent && npm run version-patch && npm run git-stage-and-push && npm run npm-publish" ,
16
+ "publish-major" : " npm run test-silent && npm run version-major && node tasks/build.js && npm run git-stage-and-push && npm run npm-publish" ,
17
+ "publish-minor" : " npm run test-silent && npm run version-minor && node tasks/build.js && npm run git-stage-and-push && npm run npm-publish" ,
18
+ "publish-patch" : " npm run test-silent && npm run version-patch && node tasks/build.js && npm run git-stage-and-push && npm run npm-publish" ,
19
19
"test" : " npm run build && node tasks/mochaTest.js" ,
20
20
"test-silent" : " npm run build && node tasks/mochaTest.js --silent" ,
21
21
"version-major" : " node tasks/version.js --type=\" major\" " ,
You can’t perform that action at this time.
0 commit comments