File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 "test:build:version" : " node ./bin/check-build-version.js" ,
5252 "start" : " node ./sandbox/server.js" ,
5353 "preversion" : " gulp version" ,
54- "version" : " npm run build && git add dist && git add package.json" ,
54+ "version" : " npm run build && git add package.json" ,
5555 "prepublishOnly" : " npm run test:build:version" ,
5656 "postpublish" : " git push && git push --tags" ,
5757 "build" : " gulp clear && cross-env NODE_ENV=production rollup -c -m" ,
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" ,
215+ "before:release" : " npm run release:changelog:fix && git add ./dist && git add ./package-lock.json " ,
216216 "after:release" : " echo Successfully released ${name} v${version} to ${repo.repository}."
217217 }
218218 },
228228 " @commitlint/config-conventional"
229229 ]
230230 }
231- }
231+ }
You can’t perform that action at this time.
0 commit comments