Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 92bb80f

Browse files
committed
fix(deploy): config semantic-release
1 parent 76ef815 commit 92bb80f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
"branch": "master",
6666
"prepare": [
6767
"@semantic-release/changelog",
68-
"@semantic-release/npm",
68+
{
69+
"path": "@semantic-release/npm",
70+
"pkgRoot": "dist"
71+
},
6972
{
7073
"path": "@semantic-release/git",
7174
"assets": [

0 commit comments

Comments
 (0)