Skip to content

Commit

Permalink
chore(node): [scripts] add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koshuang committed Apr 14, 2017
1 parent 923798f commit 7bc8394
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 320 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"db:rollback": "knex migrate:rollback --knexfile ./src/config/knexConfig.js --cwd .",
"db:seed": "knex seed:run --knexfile ./src/config/knexConfig.js --cwd .",
"command:job:my": "./src/commands/job my",
"eslint-pre-commit": "./bin/eslint-pre-commit.sh"
"eslint-pre-commit": "./bin/eslint-pre-commit.sh",
"changelog": "./node_modules/.bin/standard-changelog"
},
"pre-commit": [
"eslint-pre-commit"
Expand Down
Loading

0 comments on commit 7bc8394

Please sign in to comment.