Skip to content

Commit 1363ccb

Browse files
committed
fix(build): Changed semantic build type
1 parent 8424f77 commit 1363ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build":
1616
"npm run clean && npm run transpile && npm run package && npm run minify && npm run generateDistPackageJson",
1717
"commit": "git-cz",
18-
"semantic-release":
19-
"semantic-release pre && npm run build && npm publish dist && semantic-release post",
18+
"presemantic-release": "npm run build",
19+
"semantic-release": "cd dist && semantic-release",
2020
"test": "echo ''"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)