mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Remove auto-updates
This commit is contained in:
parent
ac76453d6c
commit
73441dc425
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
|||
"travis": "istanbul cover -x \"*.test.js\" _mocha -- --timeout 5000 --full-trace ./test/tests.js",
|
||||
"posttravis": "npm run lint",
|
||||
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
|
||||
"check-updates": "ncu -a && lerna exec ../../node_modules/.bin/ncu -- -a",
|
||||
"postcheck-updates": "npm test && npm run commit-updates",
|
||||
"commit-updates": "git add \"packages/*/package.json\" package.json; git commit -m \"Update dependencies\" || exit 0",
|
||||
"prerelease": "npm run check-updates",
|
||||
"release": "lerna publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue