Skip to content

Commit

Permalink
And CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed May 15, 2020
1 parent ee2edcc commit 3202942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://photonstorm@github.com/photonstorm/phaser-ce.git"
},
"scripts": {
"check-version": "grep 'VERSION:' src/Phaser.js; grep '\"version\":' package.json",
"check-version": "grep 'VERSION:' src/Phaser.js; grep '\"version\":' package.json; grep -m1 '## Version ' CHANGELOG.md",
"grunt": "grunt",
"test": "npm run test:src; npm run test:ts",
"test:build": "node --check build/*.js; node --check build/custom/*.js",
Expand Down

0 comments on commit 3202942

Please sign in to comment.