Skip to content

Commit 333f022

Browse files
committed
Integrated changelog into build process, now also has 'npm run make' for everything, see #574
1 parent d581257 commit 333f022

13 files changed

Lines changed: 270 additions & 25 deletions

CHANGELOG.md

Lines changed: 196 additions & 1 deletion
Large diffs are not rendered by default.

dist/protobuf.js

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js.gz

-4 Bytes
Binary file not shown.

dist/protobuf.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.min.js.gz

0 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"scripts": {
2828
"bench": "node bench",
2929
"build": "gulp",
30+
"changelog": "node scripts/changelog -w",
3031
"docs": "jsdoc -c jsdoc.docs.json -R README.md",
3132
"lint": "eslint src",
3233
"pages": "node scripts/pages",
@@ -35,7 +36,8 @@
3536
"test": "tape tests/*.js | tap-spec",
3637
"types": "node bin/pbts --name protobufjs --out types/protobuf.js.d.ts src && tsc types/test.ts --lib es2015 --noEmit",
3738
"zuul": "zuul --ui tape --no-coverage --concurrency 4 -- tests/*.js",
38-
"zuul-local": "zuul --ui tape --concurrency 1 --local 8080 --disable-tunnel -- tests/*.js"
39+
"zuul-local": "zuul --ui tape --concurrency 1 --local 8080 --disable-tunnel -- tests/*.js",
40+
"make": "npm run lint && npm run test && npm run types && npm run build && npm run changelog"
3941
},
4042
"dependencies": {
4143
"@protobufjs/aspromise": "^1.0.3",

0 commit comments

Comments
 (0)