diff --git a/npm-publish.js b/npm-publish.js index eb9d611..2e9477c 100644 --- a/npm-publish.js +++ b/npm-publish.js @@ -10,7 +10,7 @@ if(!version){ shell.exec ('npm install --registry https://registry.npmmirror.com'); shell.exec ('npm run build-client'); -shell.exec ('npm run changelog'); +// shell.exec ('npm run changelog'); shell.exec ('git add .'); shell.exec ('git commit -a -m "chore: update static file"');