Skip to content

Commit fd7f404

Browse files
committed
fix: release pr run
1 parent a2edc36 commit fd7f404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"hooks": {
213213
"before:init": "npm test",
214214
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version",
215-
"before:release": "npm run release:changelog:fix && git add ./dist && git add ./package-lock.json",
215+
"before:release": "npm run release:changelog:fix && git add ./package-lock.json",
216216
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
217217
}
218218
},

0 commit comments

Comments
 (0)