We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945435f commit 9ec86deCopy full SHA for 9ec86de
package.json
@@ -211,7 +211,7 @@
211
},
212
"hooks": {
213
"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",
+ "after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version",
215
"before:release": "npm run release:changelog:fix",
216
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
217
}
0 commit comments