Skip to content

Commit 9ec86de

Browse files
authored
fix: adding build artifacts
1 parent 945435f commit 9ec86de

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
@@ -211,7 +211,7 @@
211211
},
212212
"hooks": {
213213
"before:init": "npm test",
214-
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json",
214+
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version",
215215
"before:release": "npm run release:changelog:fix",
216216
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
217217
}

0 commit comments

Comments
 (0)