We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db191d commit e86d251Copy full SHA for e86d251
package.json
@@ -12,7 +12,8 @@
12
"lint": "ng lint",
13
"ci": "npm run lint && npm run test && npm run e2e",
14
"sme": "ng build && source-map-explorer dist/main.bundle.js",
15
- "release": "standard-version && git push --follow-tags origin master",
+ "release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
16
+ "release:major": "standard-version --release-as major && git push --follow-tags origin master",
17
"docker": "docker build -t angularexampleapp . && docker run -d -p 4200:80 angularexampleapp"
18
},
19
"private": true,
0 commit comments