mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
Merge pull request #967 from lucasfcosta/remove-lib-bump
Remove bump command to change lib/chai.js
This commit is contained in:
commit
30a44513f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ chai.js: node_modules lib/*
|
|||
#
|
||||
|
||||
define release
|
||||
./node_modules/.bin/bump -y --$(1) package.json lib/chai.js
|
||||
./node_modules/.bin/bump -y --$(1) package.json
|
||||
make chai.js
|
||||
git add --force chai.js lib/chai.js package.json bower.json
|
||||
npm ls --depth=-1 --long . --loglevel silent | head -1 | git commit -F-
|
||||
|
|
Loading…
Reference in a new issue