We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89e7ef commit a00a4e8Copy full SHA for a00a4e8
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"serve": "http-server . -p 8080 -c-1",
25
"bumpPatchVersion": "npm --no-git-tag-version version patch",
26
"bumpPatchVersionWithGitTag": "npm version patch",
27
- "release": "npm run bumpPatchVersionWithGitTag"
+ "release": "npm run build && npm run bumpPatchVersionWithGitTag"
28
},
29
"repository": {
30
"type": "git",
0 commit comments