Run npm test
in CI mode for releases
This commit is contained in:
parent
ab90f03264
commit
fd113c1868
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"release": true
|
"release": true
|
||||||
},
|
},
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"before:init": ["test `git rev-parse --abbrev-ref HEAD` == 'develop'", "npm run lint", "npm test"],
|
"before:init": ["test `git rev-parse --abbrev-ref HEAD` == 'develop'", "npm run lint", "CI=1 npm test"],
|
||||||
"after:bump": "npm run build"
|
"after:bump": "npm run build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue